0.21.0 Bump `terraform-aws-ecs-codepipeline` version. Add `github_webhooks_token` and `codepipeline_s3_bucket_force_destroy` variables
what
- Bump
terraform-aws-ecs-codepipeline
version - Add
github_webhooks_token
variable - Add
codepipeline_s3_bucket_force_destroy
variable
why
-
Make GitHub token for creating webhooks optional. If not provided, can be sourced from the
GITHUB_TOKEN
environment variable. Sourcing from theGITHUB_TOKEN
environment variable is useful when the module is provisioned fromgeodesic
or CI/CD that have access to theGITHUB_TOKEN
environment variable, which in turn could be sourced from SSM usingchamber
-
codepipeline_s3_bucket_force_destroy
is a boolean that indicates all objects should be deleted from the CodePipeline artifact store S3 bucket so that the bucket can be destroyed without error