telia-oss / concourse-tasks

Common concourse tasks.
MIT License
3 stars 5 forks source link

Support latest terraform version #38

Open lukaspour opened 4 years ago

lukaspour commented 4 years ago

Hi, terraform developmenet is very fast - what about to have an option to have always the latest terraform version in CI.

docker run -i -t hashicorp/terraform:light version
Terraform v0.12.12

just have latest. yml file with terraform tag light

@itsdalmo what do you think?

itsdalmo commented 4 years ago

Ideally they would have a 0.12 tag for instance so we could automatically get patch upgrades without risking any breaking changes/adverse effects in CI - but since there is no such tag, latest.yml sounds great.

Also I added a 0.12.yml where I was thinking we could upgrade the patch versions frequently (although manually). Just FYI.

lukaspour commented 4 years ago

ok let me create latest.yml and developers will have a possibility to choose what they like