mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
commit
ccf3f6e5ae
@ -36,7 +36,7 @@ resource "aws_route53_zone" "dev" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_route53_record" "dev-ns" {
|
resource "aws_route53_record" "dev-ns" {
|
||||||
zone_id = "${aws_route53_zone.main.zone_id}"
|
zone_id = "${aws_route53_zone.dev.zone_id}"
|
||||||
name = "dev.example.com"
|
name = "dev.example.com"
|
||||||
type = "NS"
|
type = "NS"
|
||||||
ttl = "30"
|
ttl = "30"
|
||||||
@ -79,4 +79,4 @@ Route53 Zones can be imported using the `zone id`, e.g.
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ terraform import aws_route53_zone.myzone Z1D633PJN98FT9
|
$ terraform import aws_route53_zone.myzone Z1D633PJN98FT9
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user