Skip to content

Commit b219a60

Browse files
Update Terraform aws to v5.99.1
1 parent 048de90 commit b219a60

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

tf/.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.

tf/assume_administrator_access_policy_document/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.98.0"
5+
version = "5.99.1"
66
}
77
}
88
}

tf/assume_github_actions_policy_document/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.98.0"
5+
version = "5.99.1"
66
}
77
}
88
}

tf/bootstrap/.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.

tf/bootstrap/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.98.0"
5+
version = "5.99.1"
66
}
77
}
88
}

tf/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.98.0"
5+
version = "5.99.1"
66
}
77
}
88
backend "s3" {

0 commit comments

Comments
 (0)