mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 03:02:04 +03:00
typo
This commit is contained in:
+1
-1
@@ -30,5 +30,5 @@ resource "aws_route53_record" "mail1-record" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output "ns-servers" {
|
output "ns-servers" {
|
||||||
value = "${aws_route53_zone.newtech-academy.name-servers}"
|
value = "${aws_route53_zone.newtech-academy.name_servers}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user