Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Add a dot to the end of the iso-seg record set.
Browse files Browse the repository at this point in the history
[#154413725]
  • Loading branch information
Genevieve LEsperance committed Jan 17, 2018
1 parent 5ba29a1 commit a2838e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isolation_segment/dns.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_dns_record_set" "wildcard-iso-dns" {
name = "*.iso.${var.dns_zone_dns_name}"
name = "*.iso.${var.dns_zone_dns_name}."
type = "A"
ttl = 300
count = "${var.count}"
Expand Down

0 comments on commit a2838e2

Please sign in to comment.