We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bdb82 commit e363bd6Copy full SHA for e363bd6
main.tf
@@ -28,19 +28,3 @@ resource "aws_route53_record" "wildcard_cert_validation" {
28
]
29
ttl = "60"
30
}
31
-
32
-resource "aws_route53_record" "placeholder_a_record" {
33
- zone_id = aws_route53_zone.this.zone_id
34
- name = aws_route53_zone.this.name
35
- type = "A"
36
- ttl = 300
37
- records = ["127.0.0.1"]
38
-}
39
40
-resource "aws_route53_record" "placeholder_aaaa_record" {
41
42
43
- type = "AAAA"
44
45
- records = ["::1"]
46
0 commit comments