Releases: XenitAB/github-actions
Releases · XenitAB/github-actions
2021.10.1
Enable config of tfstate location & re-add --rm to docker command (#32) * Enable config of tfstate location #31 * The user can now define RG_LOCATION_LONG & RG_LOCATION_SHORT to overwrite the default tfstate location westeurope & we. * Use TEMP_ENV_FILE to store env variabels instead * Add --rm in docker * cleanup envup function
2021.08.1
This release changes how you are expected to use the tools container. Previously, the container set up an internal user with ID 1000 and you were expected to provide a files system with this ID. This release removes the internal user and instead assumes you docker run --user the container. This removes the ID dependency and also resolves the permissions issues that resulted from Docker creating the mount point as root.
2021.05.2
Update terraform version
2021.05.1
2021.03.1
validate command enables:
- terraform validate
- terraform fmt
- tflint
- tfsec
2021.02.2
Changes:
- Updated terraform from
0.13.5to0.14.7
2021.02.1
Merge pull request #19 from XenitAB/fix-sp-object-id Get correct objectID for service principal
2020.12.12
Merge pull request #17 from XenitAB/fix/tf-prepare-adapter-auth Update authentication for adapter
2020.12.11
Merge pull request #16 from XenitAB/fix/tf-prepare-cred-chain Make what credential is used configurable
2020.12.10
Merge pull request #15 from XenitAB/feature/go-tf-preparer Use Golang binary for terraform.sh prepare