Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 00_dns_zone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ terraform {
# - Review Terraform changelog for breaking changes
# - Update all environments simultaneously to maintain consistency
# - Consider using version ranges (~> 1.12.0) for patch updates only
required_version = "1.12.2"
required_version = "1.15.3"

}
2 changes: 1 addition & 1 deletion 01_infrastructure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ terraform {
# - Review Terraform changelog for breaking changes and new features
# - Update all team environments simultaneously to maintain consistency
# - Validate all infrastructure operations after version upgrades
required_version = "1.12.2"
required_version = "1.15.3"

}