Cloud Posse Bot (CI/CD)

Results 7 comments of Cloud Posse Bot (CI/CD)

Thanks, that's exactly what's needed. =)

The impetus for this feature has eased as I realized I can just use global fleet services to create files like (.dockercfg) with the credentials I need to access private...

## Terraform Plan [![Codefresh Build Status](https://img.shields.io/badge/plan-has_changes-success.svg)](https://g.codefresh.io/build/5caf63eb75b6ce6189ebd381) Ran `terraform plan` in `conf/example`. Show Output ``` + aws_s3_bucket.default id: acceleration_status: acl: "private" arn: bucket: "codefresh-gitops-example" bucket_domain_name: bucket_regional_domain_name: force_destroy: "false" hosted_zone_id: region: request_payer:...

## Terraform Apply [![Codefresh Build Status](https://img.shields.io/badge/apply-success-success.svg)](https://g.codefresh.io/build/5caf63eb75b6ce6189ebd381) Ran `terraform apply` in `conf/example`. Show Output ``` Releasing state lock. This may take a few moments... aws_s3_bucket.default: Creating... acceleration_status: "" => "" acl:...

## Terraform Plan [![Codefresh Build Status](https://img.shields.io/badge/plan-has_changes-success.svg)](https://g.codefresh.io/build/5caf79b648db91fb3aa2734d) Ran `terraform plan` in `conf/example`. Show Output ``` -/+ aws_s3_bucket.default (new resource required) id: "codefresh-gitops-example" => (forces new resource) acceleration_status: "" => arn: "arn:aws:s3:::codefresh-gitops-example"...

## Terraform Apply [![Codefresh Build Status](https://img.shields.io/badge/apply-success-success.svg)](https://g.codefresh.io/build/5caf79b648db91fb3aa2734d) 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...

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