1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-23 04:20:47 +02:00
typhoon/bare-metal
Dalton Hubble 6ed048eb65 Workaround Terraform v1.1 file provisioner regression
* Terraform v1.1 changed the behavior of provisioners and
`remote-exec` in a way that breaks support for expansions
in commands (including file provisioner, where `destination`
is part of an `scp` command)
* Terraform will likely revert the change eventually, but I
suspect it will take a while
* Instead, we can stop relying on Terraform's expansion
behavior. `/home/core` is a suitable choice for `$HOME` on
both Flatcar Linux and Fedora CoreOS (harldink `/var/home/core`)

Rel: https://github.com/hashicorp/terraform/issues/30243
2021-12-28 13:25:23 -08:00
..
fedora-coreos/kubernetes Workaround Terraform v1.1 file provisioner regression 2021-12-28 13:25:23 -08:00
flatcar-linux/kubernetes Workaround Terraform v1.1 file provisioner regression 2021-12-28 13:25:23 -08:00