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
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Check if there is any code terraform code (modules, submodules, examples, or DAs) where we are using regex checks for cross variable validation, and if so update the code to use this new feature.
Review the variables to see if it makes sense to add any cross variable validation.
Bump the required terraform version to >= 1.9.0 anywhere in the repo we specify the required terraform version. We should do this even if we are not using the cross variable validation feature to future proof it incase we ever add it (or other tf 1.9 features) to the code.