Skip to content

Commit 6eedc28

Browse files
Update Terraform aws to ~> 5.100.0
1 parent 1a66b92 commit 6eedc28

File tree

16 files changed

+142
-124
lines changed

16 files changed

+142
-124
lines changed

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

Lines changed: 22 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 = "~> 5.100.0"
66
}
77
}
88
}

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

Lines changed: 22 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 = "~> 5.100.0"
66
}
77
cloudflare = {
88
source = "cloudflare/cloudflare"

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

Lines changed: 22 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 = "~> 5.100.0"
66
}
77
}
88
}

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

Lines changed: 22 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 = "~> 5.100.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 = "~> 5.100.0"
66
}
77
}
88
}

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

Lines changed: 22 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)