Skip to content

Commit 0066419

Browse files
deps: update Terraform aws to v6 (edgelesssys#3916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0293be3 commit 0066419

File tree

8 files changed

+66
-66
lines changed

8 files changed

+66
-66
lines changed

terraform/infrastructure/aws/.terraform.lock.hcl

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
random = {
88
source = "hashicorp/random"

terraform/infrastructure/aws/modules/instance_group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
random = {
88
source = "hashicorp/random"

terraform/infrastructure/aws/modules/jump_host/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
}
88
}

terraform/infrastructure/aws/modules/load_balancer_target/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
}
88
}

terraform/infrastructure/aws/modules/public_private_subnet/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
}
88
}

terraform/infrastructure/iam/aws/.terraform.lock.hcl

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/iam/aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.100.0"
5+
version = "6.11.0"
66
}
77
random = {
88
source = "hashicorp/random"

0 commit comments

Comments
 (0)