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

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
Member

@osterman osterman commented Apr 11, 2019

what

  • Add an S3 bucket

why

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

@cloudpossebot
Copy link
Member

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
Member

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 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