Skip to content

Commit 83959e6

Browse files
Update Terraform aws to v6
1 parent 5d1789d commit 83959e6

File tree

18 files changed

+235
-138
lines changed

18 files changed

+235
-138
lines changed

terraform/applications/cms/.terraform.lock.hcl

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

terraform/applications/cms/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.97.0"
5+
version = "~> 6.34.0"
66
}
77
}
88
}

terraform/applications/idp/.terraform.lock.hcl

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

terraform/applications/idp/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.97.0"
5+
version = "~> 6.34.0"
66
}
77
cloudflare = {
88
source = "cloudflare/cloudflare"

terraform/applications/outline/.terraform.lock.hcl

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

terraform/applications/outline/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.97.0"
5+
version = "~> 6.34.0"
66
}
77
}
88
}

terraform/applications/tailfed/.terraform.lock.hcl

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

terraform/applications/tailfed/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.97.0"
5+
version = "~> 6.34.0"
66
}
77
cloudflare = {
88
source = "cloudflare/cloudflare"

terraform/applications/template/main.tf.j2

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.97.0"
5+
version = "~> 6.34.0"
66
}
77
}
88
}

terraform/github-actions/.terraform.lock.hcl

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

0 commit comments

Comments
 (0)