Closed riferrei closed 6 years ago
This may be a bit of a PR hijack, but as I was reading the PR, I realized it might be better to alter the procedure a bit:
- Rename the
.tfvars
files to.tfvars.example
- Add instructions in the README to remove the
.example
extension- Add
*.tfvars
toterraform/.gitignore
As it stands, people will fork this and commit cloud credentials. :)
You cool with this? I can modify the README accordingly if so.
Totally. In fact, that will play very well because due to Terraform's behavior -- if there are no tfvars during the compiling phase then it will just ask (literally) for the values during the apply phase. Tfvars are just a convenient way to specify the values of declared variables.
This may be a bit of a PR hijack, but as I was reading the PR, I realized it might be better to alter the procedure a bit:
.tfvars
files to.tfvars.example
.example
extension*.tfvars
toterraform/.gitignore
As it stands, people will fork this and commit cloud credentials. :)
You cool with this? I can modify the README accordingly if so.