Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Terraform file updates by-file #402

Open
bleggett opened this issue Nov 30, 2018 · 0 comments
Open

Keep Terraform file updates by-file #402

bleggett opened this issue Nov 30, 2018 · 0 comments
Assignees

Comments

@bleggett
Copy link
Contributor

bleggett commented Nov 30, 2018

We touch several config files with updates during the Terraform install process.

It's currently really hard to figure out what Terraform scripts touch which config files, because the updates are scatted willy-nilly.

Suggest we create individual/separate <jazz-config-file-name>-update.tf (for instance jazz-installer-vars-update.tf) Terraform files for each file that we need to update during the install, and move every step that touches a file into it's respective Terraform file.

This will also encourage us to avoid updating several different files in one step.

@bleggett bleggett self-assigned this Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant