chore: Update Terraform minimum version to 1.12 #11
+10
−10
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.
This PR standardizes the Terraform minimum version requirement to
>= 1.12
across all modules and examples in the repository.Changes Made
Modules Updated (8 total):
modules/folder/versions.tf
: Updated from>= 1.5
to>= 1.12
(primary target)modules/account/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/data-set/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/data-source/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/group/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/namespace/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/user/versions.tf
: Updated from>= 1.11
to>= 1.12
modules/vpc-connection/versions.tf
: Updated from>= 1.11
to>= 1.12
Examples Updated (2 total):
examples/quicksight-assets/versions.tf
: Updated from~> 1.5
to>= 1.12
examples/quicksight-user-and-group/versions.tf
: Updated from~> 1.5
to>= 1.12
Benefits
This update provides access to Terraform 1.12.x enhanced features including:
-parallelism=n
option forterraform test
commandmm:ss
formatMigration Impact
This is a non-breaking change for users already running Terraform 1.12 or later. Users on older versions will need to upgrade their Terraform installation to use these modules.
All changes are minimal and surgical - each file has exactly one line changed (the version constraint), ensuring no functional impact on the modules themselves.
Fixes #10.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.