You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 instancejazz-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.
The text was updated successfully, but these errors were encountered: