Open
Conversation
Owner
Author
|
atlantis plan |
2 similar comments
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
Test comment from API |
Owner
Author
|
atlantis plan |
8 similar comments
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
atlantis plan |
Owner
Author
|
Ran Plan for dir: Show OutputTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
! update in-place
Terraform will perform the following actions:
# aws_s3_object.index will be updated in-place
! resource "aws_s3_object" "index" {
! content = <<-EOT
<!DOCTYPE html>
<html>
<body>
<h1>Hello from johnsnow.aws.jrworkshop.au!</h1>
- <p>Content version: johnsnow-tf-basic-v1</p>
+ <p>Content version: johnsnow-tf-basic-v2</p>
</body>
</html>
EOT
id = "index.html"
tags = {}
+ version_id = (known after apply)
# (23 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Plan: 0 to add, 1 to change, 0 to destroy.
|
Owner
Author
|
atlantis apply |
Owner
Author
|
Ran Apply for dir: Show Outputaws_s3_object.index: Modifying... [id=index.html]
aws_s3_object.index: Modifications complete after 0s [id=index.html]
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Outputs:
certificate_validation_records = {
"*.johnsnow.aws.jrworkshop.au" = {
"name" = "_ad70c4e296b60776ea9f90d08931cabd.johnsnow.aws.jrworkshop.au."
"type" = "CNAME"
"value" = "_d4d09b8948b8070753e9dab065f77fe0.zfyfvmchrl.acm-validations.aws."
}
"johnsnow.aws.jrworkshop.au" = {
"name" = "_ad70c4e296b60776ea9f90d08931cabd.johnsnow.aws.jrworkshop.au."
"type" = "CNAME"
"value" = "_d4d09b8948b8070753e9dab065f77fe0.zfyfvmchrl.acm-validations.aws."
}
}
cloudfront_domain_name = "d2g41zsnp3yo8n.cloudfront.net"
website_url = "https://johnsnow.aws.jrworkshop.au" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.