Skip to content

0.21.0 Bump `terraform-aws-ecs-codepipeline` version. Add `github_webhooks_token` and `codepipeline_s3_bucket_force_destroy` variables

Compare
Choose a tag to compare
@aknysh aknysh released this 25 May 02:59
5c25e3e

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 the GITHUB_TOKEN environment variable is useful when the module is provisioned from geodesic or CI/CD that have access to the GITHUB_TOKEN environment variable, which in turn could be sourced from SSM using chamber

  • 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

references