Skip to content

fix: Raise examples Terraform floor to 1.5.7#3

Merged
sirantd merged 1 commit into
mainfrom
fix/examples-min-terraform-version
May 31, 2026
Merged

fix: Raise examples Terraform floor to 1.5.7#3
sirantd merged 1 commit into
mainfrom
fix/examples-min-terraform-version

Conversation

@sirantd

@sirantd sirantd commented May 31, 2026

Copy link
Copy Markdown
Contributor

What

Bump required_version from >= 1.0 to >= 1.5.7 in both example configurations and regenerate their README requirement tables.

Why

Follow-up to #2. The iam (6.6.1) and sqs (5.2.2) modules pulled in by that PR use the two-argument optional(type, default) type syntax, which requires Terraform >= 1.3. The examples still pinned >= 1.0, so the Min TF pre-commit CI matrix validated them on Terraform 1.0 and failed with Invalid type specification. Aligning the examples' floor with the root module fixes the matrix.

The bumped iam (6.6.1) and sqs (5.2.2) modules use the two-argument
optional(type, default) syntax, which requires Terraform >= 1.3. The
examples pinned required_version >= 1.0, causing the Min TF pre-commit
CI matrix to validate them on an incompatible Terraform version.
@sirantd sirantd merged commit e0cbed5 into main May 31, 2026
7 checks passed
@sirantd sirantd deleted the fix/examples-min-terraform-version branch May 31, 2026 07:41
@github-actions

Copy link
Copy Markdown

This PR is included in version 0.0.3 🎉

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.

1 participant