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

Figure out how to make it easier for clients on older versions to leapfrog to latest #70

Open
gwright99 opened this issue Jun 10, 2024 · 1 comment
Assignees

Comments

@gwright99
Copy link
Collaborator

Having clients upgrade their installer version is generally a good thing since newer Releases have improved security and functionality. Unfortunately, IMO, the current approach (grab latest release, run Terraform plan, and see what it complains about) is not super professional and should be improved.

Given that this tool is designed to keep most client configuration constrained to the terraform.tfvars and omnibus SSM objects, it shouldn't be too difficult to provide a diff(s) outlining all the necessary changes. We should figure out how to do this in a clean and repeatable way.

@gwright99 gwright99 self-assigned this Jun 10, 2024
@gwright99
Copy link
Collaborator Author

Idea: Use the extractor logic used for validation and use it to diff the keys between the client's tfvars file and the latest project variables.tf file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant