Skip to content

Relax Terraform version constraint to accept any 1.x release - #107

Merged
szachovy merged 1 commit into
masterfrom
fix/40-terraform-version-constraint
Apr 9, 2026
Merged

Relax Terraform version constraint to accept any 1.x release#107
szachovy merged 1 commit into
masterfrom
fix/40-terraform-version-constraint

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Change required_version from exact "1.0.10" to ">= 1.0.0, < 2.0.0" so newer Terraform 1.x versions work without manual binary download.

Closes #40

Change required_version from exact '1.0.10' to '>= 1.0.0, < 2.0.0'
so that newer Terraform 1.x versions work without manual binary
download.

Closes #40

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@szachovy
szachovy merged commit 515b615 into master Apr 9, 2026
12 checks passed
@szachovy
szachovy deleted the fix/40-terraform-version-constraint branch April 9, 2026 08:59
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

Successfully merging this pull request may close these issues.

RP-3: Hardcoded Terraform version constraint too strict

1 participant