Skip to content

Commit

Permalink
chore(deps): update terraform alicloud to v1.215.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 Jan 19, 2024
1 parent 2fc7c1b commit 7d28fdc
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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.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.214.1"
version = "1.215.0"
}
}
}

0 comments on commit 7d28fdc

Please sign in to comment.