Created
October 2, 2019 03:47
-
-
Save lorenzoaiello/d5b99d1bb0393aca078c2d1af8ade533 to your computer and use it in GitHub Desktop.
dc34vo-02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apply from https://gist.github.com/lorenzoaiello/bcb5e57d3f1da2bdc43c2c808565f6e9 | |
$ docker run -it -v $(pwd):/workspace -v $HOME/.aws:/home/.aws -e "HOME=/home" -w /workspace hashicorp/terraform:light apply | |
aws_route53_zone.main: Refreshing state... [id=Z1XB1I9YEXBEWV] | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
~ update in-place | |
Terraform will perform the following actions: | |
# aws_route53_zone.main will be updated in-place | |
~ resource "aws_route53_zone" "main" { | |
+ comment = "Managed by Terraform" | |
+ force_destroy = false | |
id = "Z1XB1I9YEXBEWV" | |
name = "dc34vo.com." | |
name_servers = [ | |
"ns-1187.awsdns-20.org", | |
"ns-1839.awsdns-37.co.uk", | |
"ns-23.awsdns-02.com", | |
"ns-674.awsdns-20.net", | |
] | |
~ tags = { | |
+ "Environment" = "PROD" | |
+ "Name" = "dc34vo.com Production Zone" | |
} | |
zone_id = "Z1XB1I9YEXBEWV" | |
} | |
Plan: 0 to add, 1 to change, 0 to destroy. | |
Do you want to perform these actions? | |
Terraform will perform the actions described above. | |
Only 'yes' will be accepted to approve. | |
Enter a value: yes | |
aws_route53_zone.main: Modifying... [id=Z1XB1I9YEXBEWV] | |
aws_route53_zone.main: Modifications complete after 1s [id=Z1XB1I9YEXBEWV] | |
Apply complete! Resources: 0 added, 1 changed, 0 destroyed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWS ZONES
TF FILES
TF VERSION
INIT
PLAN
IMPORT
APPLY
RESULT