Skip to content

Commit

Permalink
chore(deps): update terraform null to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent fb69ce7 commit efce4f0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deploy/aliyun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
alicloud = "~> 1.56"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
external = "~> 1.2"
helm = "~> 0.10"
local = "~> 1.3"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
tls = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ terraform {
google-beta = "~> 2.16"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
alicloud = "~> 1.56"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
alicloud = ">= 1.56, < 1.75"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
}
}
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = "~> 2.27"
local = "~> 1.3"
null = "~> 2.1"
null = "~> 3.0"
tls = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
aws = "~> 2.27"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
}
}
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 @@ -4,7 +4,7 @@ terraform {
aws = "~> 2.27"
helm = "~> 0.10"
local = "~> 1.3"
null = "~> 2.1"
null = "~> 3.0"
template = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/gcp/project-credentials/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = ">= 0.12"
required_providers {
null = "~> 2.1"
null = "~> 3.0"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/gcp/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ terraform {
google-beta = "~> 2.16"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/gcp/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ terraform {
required_providers {
google = "~> 2.16"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/share/tidb-cluster-release/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ terraform {
required_providers {
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
null = "~> 3.0"
}
}

0 comments on commit efce4f0

Please sign in to comment.