Skip to content

Commit 7bca7a4

Browse files
Update Terraform aws to v5.99.0
1 parent 6aae269 commit 7bca7a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.0"
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.0"
66
}
77
}
88
}

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.0"
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.0"
66
}
77
}
88
backend "s3" {

0 commit comments

Comments
 (0)