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

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
Member

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
Member

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

aknysh commented Oct 13, 2019

atlantis plan -p cloudtrail

@cloudpossebot
Copy link
Member

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
Member

aknysh commented Oct 13, 2019

atlantis plan -p cloudtrail

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.

3 participants