Skip to content

Commit

Permalink
chore(deps): update terraform local to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent f648aab commit ba350a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
aws = "~> 2.27, != 2.65.0"
external = "~> 1.2"
helm = "~> 0.10"
local = "~> 1.3"
local = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
tls = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aws/key-pair/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12"
required_providers {
aws = "~> 2.27"
local = "~> 1.3"
local = "~> 2.0"
null = "~> 2.1"
tls = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = "~> 2.27"
helm = "~> 0.10"
local = "~> 1.3"
local = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
}
Expand Down

0 comments on commit ba350a5

Please sign in to comment.