Bug: provider: error: required flag(s) '--terraform-version' not provided, try --help
Summary
Container has an empty string set for TERRAFORM_VERSION
Steps to reproduce
- docker build .
- docker inspect <generated image id>
What is the current bug behavior?
Docker container is built with:
"Env": [
...
"TERRAFORM_VERSION=",
...
]
What is the expected correct behavior?
"Env": [
...
"TERRAFORM_VERSION=1.7.5",
...
]
Relevant logs and/or screenshots
provider: error: required flag(s) '--terraform-version' not provided, try --help
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info
Edited by Daniel Palmer