feat(terraform)!: require Terraform 1.4 - #5261
Draft
edersonbrilhante wants to merge 1 commit into
Draft
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
chore/terraform-1-4-minimum
branch
3 times, most recently
from
August 8, 2026 01:46
4c2dec4 to
e85f171
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
2 times, most recently
from
August 13, 2026 11:13
0123bf9 to
18a6e92
Compare
edersonbrilhante
force-pushed
the
chore/terraform-1-4-minimum
branch
from
August 13, 2026 11:14
e85f171 to
8d62dd2
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 13, 2026 11:41
18a6e92 to
96d2368
Compare
edersonbrilhante
force-pushed
the
chore/terraform-1-4-minimum
branch
2 times, most recently
from
August 13, 2026 12:25
2e1ca66 to
de17ba4
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 13, 2026 12:25
96d2368 to
d7d5b9c
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 14, 2026 13:36
d7d5b9c to
00cb154
Compare
BREAKING CHANGE: Terraform 1.4.0 or newer is required by the root module, submodules, and examples.
edersonbrilhante
force-pushed
the
chore/terraform-1-4-minimum
branch
from
August 14, 2026 14:00
de17ba4 to
2d649f5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Completes the repository-wide Terraform 1.4 minimum required by the compute-provider validation refactor. The EC2 provider introduced in #5251 already requires Terraform 1.4 for its provider-owned
terraform_datavalidation; this PR raises the root module, examples, and all remaining internal modules to the same minimum.Updates all three Terraform CI matrices to exercise
1.4.0andlatest. Minimum-version-only steps now usematrix.terraform != 'latest'instead of matching a hard-coded minor version.Also aligns the Lambda MicroVM modules' AWS provider floor with the EC2 provider at
>= 6.33.This is a breaking change for users still running Terraform 1.3 or older.
Test Plan
pre-commit run --all-files(Terraform formatting, TFLint validation, and merge-conflict checks)..github/workflows/terraform.ymlas YAML.versions.tffiles and their generated README requirement rows specify>= 1.4.0.>= 6.33.Related Issues
Depends on #5260. Related to #5252.