Skip to content

Commit fc5d22f

Browse files
chore(deps): update terraform hashicorp/terraform to v1.13.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f805a2f commit fc5d22f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

00_dns_zone/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ terraform {
9090
# - Review Terraform changelog for breaking changes
9191
# - Update all environments simultaneously to maintain consistency
9292
# - Consider using version ranges (~> 1.12.0) for patch updates only
93-
required_version = "1.12.2"
93+
required_version = "1.13.3"
9494

9595
}

01_infrastructure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ terraform {
132132
# - Review Terraform changelog for breaking changes and new features
133133
# - Update all team environments simultaneously to maintain consistency
134134
# - Validate all infrastructure operations after version upgrades
135-
required_version = "1.12.2"
135+
required_version = "1.13.3"
136136

137137
}

0 commit comments

Comments
 (0)