Hi Folks
We are glad to announce that, our terraform ci cd now support execution of multiple version of terraform.
To enable this feature, you can update your codebuild terraform-ci-cd
pipeline to use the terraform-ci-cd
docker image v0.2.1
, and add .terraform-version
in your working directory to specify terraform version you wanted to use to executed terraform command, see this PR for example.
Terraform installed on this image are:
v0.11.15
v0.12.31
v0.13.7
By default version v0.11.15
is used if you don’t specify the terraform version in .terraform-version file.