Releases: paulRbr/terraform-makefile
Releases · paulRbr/terraform-makefile
Terraform upgrade to 0.14.11
dockerfile: fix bad JSON syntax for volumes Since containerd.io upgrade 1.4.6 it seems the VOLUME syntax needs to be valid JSON. Thanks to https://github.com/containerd/containerd/issues/5547#issuecomment-856083714 I pinned point some existing errors when using this image. 🙇♂️Thanks @thaJeztah for analysing that issue!
Terraform upgrade to 0.14.7
Terraform upgrade to 0.13.5
Bump terraform to 0.13.5
Upgrade terraform to 0.13.4
Upgrade
- Upgrade terraform version installed by default to 0.13.4
Upgrade Terraform to 0.12.29 & Add Gandi provider
Upgrade
- Upgrade default terraform version to 0.12.29
🆕 New
-
New Gandi provider which exposes the two needed env variables (cf
https://github.com/go-gandi/terraform-provider-gandi/blob/master/gandi/provider.go)- GANDI_SHARING_ID its a uuid found in the URL of your dashboard (when
you are logged in to your organisation)
e.g. if you dashboard is available at
https://admin.gandi.net/dashboard/00000000-1111-2222-3333-444444444444/
then your sharing id is00000000-1111-2222-3333-444444444444
- GANDI_KEY found in the “security” section of the account page
https://account.gandi.net/
- GANDI_SHARING_ID its a uuid found in the URL of your dashboard (when
Fix
- Fix the Hetzner provider by using only a token for credentials (instead of key + secret)
Terrraform 0.12.27 update and Hetzner variable addition
Terraform 🆙
- Updates the terraform version to 0.12.27
New 🆕
- Support
hetzner
as a provider to expose theirHCLOUD_TOKEN
environment variable (see #48)
Terrraform 0.12.24 update and some fixes
Terraform 🆙
- Updates the terraform version to 0.12.24
New 🆕
- Compatibility with latest version of the Scaleway provider (they changed their environment variable names)
- Ability to use Scaleway Object Storage as a backend storage for the
S3
backend type of terraform
Fix 🐛
lint
andfmt
tasks were not working in the environment's directory. It's now fixed!
0.12.19
Merge pull request #45 from paulRbr/update-0.12.7
Upgrade terraform to v0.12.7