testing.cloudposse.co icon indicating copy to clipboard operation
testing.cloudposse.co copied to clipboard

Add S3 Bucket

Open osterman opened this issue 6 years ago • 2 comments

what

  • Add an S3 bucket

why

  • Our application needs to upload artifacts to S3 (thumbnails)

osterman avatar Apr 11 '19 15:04 osterman

Terraform Plan Codefresh Build Status

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:

cloudpossebot avatar Apr 11 '19 15:04 cloudpossebot

Terraform Apply Codefresh Build Status

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)

Ready to Merge

cloudpossebot avatar Apr 11 '19 16:04 cloudpossebot