cloudposse-releaser
released this
03 Jul 06:08
·
9 commits
to refs/heads/main
since this release
Bump upstream module version and min TF and AWS provider versions @joe-niland (#140)
what
- Bump version of cloudposse/repository-webhooks/github to latest
- Require Terraform 1.3 and AWS provider v5
why
- Min version requirements should match Codebuild module, which this one depends on
references
- Will resolve one of the issues in #115
updating deprecated docker image @Roondel (#130)
what
updating the default docker image as it is deprecated.
https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
why
Module was throwing an error for privileged mode invalid input even when the tfvars is passing in a valid boolean.
│ Error: creating CodeBuild project: InvalidInputException: PrivilegedMode has to be set for projects with AWS CodeBuild Docker curated images.
│
│ with module.ecs-codepipeline.module.codebuild.aws_codebuild_project.default[0],
│ on .terraform\modules\ecs-codepipeline.codebuild\main.tf line 356, in resource "aws_codebuild_project" "default":
│ 356: resource "aws_codebuild_project" "default" {
This has been tested locally and updated image no longer throws the error.