diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2018-12-05 23:37:43 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2018-12-05 23:37:43 -0500 |
| commit | 661bfb00501b7db5385e444a07b9cd9f2dac6352 (patch) | |
| tree | cc65fa7f082f0b6e6b2c647717c3c887ccd4315c | |
| parent | a69deb0e26b4c16d2b43877762b6bd515716331b (diff) | |
Catch up with updated output names in dns.tf
| -rw-r--r-- | bliki.tf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ resource "aws_cloudfront_distribution" "bliki" { } resource "aws_route53_record" "bliki" { - zone_id = "${data.terraform_remote_state.dns.zone_id}" + zone_id = "${data.terraform_remote_state.dns.grimoire_ca_zone_id}" name = "" type = "A" |
