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

update the version constraint and support terraform 1.5 #1058

Open
sinisterstumble opened this issue Apr 23, 2023 · 1 comment
Open

update the version constraint and support terraform 1.5 #1058

sinisterstumble opened this issue Apr 23, 2023 · 1 comment

Comments

@sinisterstumble
Copy link

// CompatibleTerraformVersionConstraint is the version constraint
// imposed for running Terraform in automation with CTS. This is
// currently upward bounded to prevent using newer versions of
// Terraform that may introduce breaking changes CTS currently does not
// account for. The upper bound may be removed once CTS has protocols
// set in place for compatible modules and can handle Terraform syntax changes
// and enhancements between versions.
const CompatibleTerraformVersionConstraint = ">= 0.13.0, < 1.3.0"

@sinisterstumble sinisterstumble changed the title update the version constraint and support terraform 1.4 update the version constraint and support terraform 1.5 Jul 14, 2023
@tristanmorgan
Copy link
Member

fixed in #1071

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

2 participants