Skip to content

Commit

Permalink
Update Terraform alicloud to v1.212.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent e092d23 commit 89ad994
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion terraform/alicloud/ack/modules/ack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/ack/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/elastic-ips/nat-gateway/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/key-pair/modules/key-pair/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/key-pair/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/nat-gateway/modules/nat-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/nat-gateway/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
2 changes: 1 addition & 1 deletion terraform/alicloud/vpc/modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/alicloud/vpc/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
alicloud = {
source = "aliyun/alicloud"
version = "1.211.2"
version = "1.212.0"
}
}
}

0 comments on commit 89ad994

Please sign in to comment.