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

Create new S3 Bucket #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create new S3 Bucket #75

wants to merge 2 commits into from

Conversation

osterman
Copy link
Contributor

what

  • Demo of adding a new user bucket

why

  • GitOps rocks! =)

@osterman osterman changed the title Update main.tf Create new S3 Bucket Apr 11, 2019
@cloudpossebot
Copy link

Terraform Plan Codefresh Build Status

Ran terraform plan in conf/example.

Show Output
-/+ aws_s3_bucket.default (new resource required)
    id:                          "codefresh-gitops-example" => <computed> (forces new resource)
    acceleration_status:         "" => <computed> 
    arn:                         "arn:aws:s3:::codefresh-gitops-example" => <computed> 
    bucket:                      "codefresh-gitops-example" => "codefresh-gitops-example-1" (forces new resource)
    bucket_domain_name:          "codefresh-gitops-example.s3.amazonaws.com" => <computed> 
    bucket_regional_domain_name: "codefresh-gitops-example.s3.us-west-2.amazonaws.com" => <computed> 
    hosted_zone_id:              "Z3BJ6K6RIION7M" => <computed> 
    region:                      "us-west-2" => <computed> 
    request_payer:               "BucketOwner" => <computed> 
    versioning.#:                "1" => <computed> 
    website_domain:              "" => <computed> 
    website_endpoint:            "" => <computed> 

Plan: 1 to add, 0 to change, 1 to destroy.

Exit Code: (2)

👍👎

@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: Destroying... (ID: codefresh-gitops-example)
aws_s3_bucket.default: Destruction complete after 1s
aws_s3_bucket.default: Creating...
  acceleration_status:         "" => "<computed>"
  acl:                         "" => "private"
  arn:                         "" => "<computed>"
  bucket:                      "" => "codefresh-gitops-example-1"
  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 6s (ID: codefresh-gitops-example-1)

Apply complete! Resources: 1 added, 0 changed, 1 destroyed.
Releasing state lock. This may take a few moments...

Exit Code: (0)

Ready to Merge

@aknysh
Copy link
Contributor

aknysh commented Oct 13, 2019

atlantis plan -p cloudtrail

@cloudpossebot
Copy link

Ran Plan for dir: conf/example workspace: default

Plan Error

exit status 2: running "make reset deps" in "/conf/atlantis/.atlantis/repos/cloudposse/testing.cloudposse.co/75/default/conf/example": 
make: *** No rule to make target 'reset'.  Stop.


@aknysh
Copy link
Contributor

aknysh commented Oct 13, 2019

atlantis plan -p cloudtrail

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.

3 participants