-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
User Story:
As an installer developer, I want to be able to:
- Have pre-submit checks that verify that the terraform embedding is consistent.
so that I can achieve
- Ensure that changes made to which terraform providers are used are done correctly and fully.
Acceptance Criteria:
Description of criteria:
- verify-vendor test that checks the following:
- version of terraform binary from the download script matches what is embedded in the installer
- versions of the terraform providers set in the versions.tf match what is embedded in the installer
This does not require a design proposal.
This does not require a feature gate.