Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/run: Inject the SSH key via the YAML config
The TF_VAR_* approach to SSH handling dates back to the initial script from a2405e4 (run smoke tests with bash script, 2018-06-18, coreos/tectonic-installer#3284). But since the current installer (installer/cmd/tectonic) and the next-gen installer (cmd/openshift-install) have established channels for passing in the SSH public key, there's no need to reach around and poke Terraform directly. I'm loading the file content from Python to avoid issues with escaping strings that are passed in via POSIX parameter expansion.
- Loading branch information