Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding files for hosted zone #16

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Adding files for hosted zone #16

merged 2 commits into from
Jan 24, 2025

Conversation

sylviamclaughlin
Copy link

Summary | Résumé

Creating route 53 hosted zone

Copy link

Staging: hosted_zone

✅   Terraform Init: success
✅   Terraform Validate: success
✅   Terraform Format: success
✅   Terraform Plan: success
✅   Conftest: success

Plan: 1 to add, 0 to change, 0 to destroy
Show summary
CHANGE NAME
add aws_route53_zone.react_answers
Show plan
Resource actions are indicated with the following symbols:
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m  + create
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0mTerraform will perform the following actions:
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m  # aws_route53_zone.react_answers will be created
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m  + resource "aws_route53_zone" "react_answers" {
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + arn                 = (known after apply)
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + comment             = "Managed by Terraform"
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + force_destroy       = false
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + id                  = (known after apply)
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + name                = "react-answers.cdssandbox.xyz"
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + name_servers        = (known after apply)
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + primary_name_server = (known after apply)
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + tags                = {
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m          + "CostCentre" = "react-answers-staging"
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m          + "Terraform"  = "true"
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m        }
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + tags_all            = {
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m          + "CostCentre" = "react-answers-staging"
�[0;90m23:25:46.824�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m          + "Terraform"  = "true"
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m        }
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m      + zone_id             = (known after apply)
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m    }
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0mPlan: 1 to add, 0 to change, 0 to destroy.
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0mChanges to Outputs:
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m  + hosted_zone_id = (known after apply)
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m─────────────────────────────────────────────────────────────────────────────
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0mSaved the plan to: plan.tfplan
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0mTo perform exactly these actions, run the following command to apply:
�[0;90m23:25:46.825�[0m �[0;37mSTDOUT�[0m �[0;36mterraform: �[0m    terraform apply "plan.tfplan"
Show Conftest results
20 tests, 20 passed, 0 warnings, 0 failures, 0 exceptions

@HamzaAburaneh HamzaAburaneh merged commit ba18296 into main Jan 24, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants