Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Add S3 Bucket #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add S3 Bucket #74

wants to merge 1 commit into from

Conversation

osterman
Copy link
Contributor

@osterman osterman commented Apr 11, 2019

what

  • Add an S3 bucket

why

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

@cloudpossebot
Copy link

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)

👍👎

@osterman osterman changed the title Demo of GitOps Add S3 Bucket Apr 11, 2019
@cloudpossebot
Copy link

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

@osterman osterman closed this Apr 11, 2019
@osterman osterman reopened this Apr 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants