testing.cloudposse.co
testing.cloudposse.co copied to clipboard
Add S3 Bucket
what
- Add an S3 bucket
why
- Our application needs to upload artifacts to S3 (thumbnails)
Terraform Plan 
Ran terraform plan in conf/example.
Show Output
+ aws_s3_bucket.default
id: <computed>
acceleration_status: <computed>
acl: "private"
arn: <computed>
bucket: "codefresh-gitops-example"
bucket_domain_name: <computed>
bucket_regional_domain_name: <computed>
force_destroy: "false"
hosted_zone_id: <computed>
region: <computed>
request_payer: <computed>
tags.%: "1"
tags.Name: "Codefresh GitOps Example"
versioning.#: <computed>
website_domain: <computed>
website_endpoint: <computed>
Plan: 1 to add, 0 to change, 0 to destroy.
Exit Code: (2)
:thumbsup::thumbsdown:
Terraform Apply 
Ran terraform apply in conf/example.
Show Output
Releasing state lock. This may take a few moments...
aws_s3_bucket.default: Creating...
acceleration_status: "" => "<computed>"
acl: "" => "private"
arn: "" => "<computed>"
bucket: "" => "codefresh-gitops-example"
bucket_domain_name: "" => "<computed>"
bucket_regional_domain_name: "" => "<computed>"
force_destroy: "" => "false"
hosted_zone_id: "" => "<computed>"
region: "" => "<computed>"
request_payer: "" => "<computed>"
tags.%: "" => "1"
tags.Name: "" => "Codefresh GitOps Example"
versioning.#: "" => "<computed>"
website_domain: "" => "<computed>"
website_endpoint: "" => "<computed>"
aws_s3_bucket.default: Creation complete after 7s (ID: codefresh-gitops-example)
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Releasing state lock. This may take a few moments...
Exit Code: (0)