Skip to content

Commit 9f8fc01

Browse files
Update Terraform aws to v6
1 parent c4747d3 commit 9f8fc01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/github_actions_assumable_role/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
terraform {
77
required_version = ">= 0.13.0"
88
required_providers {
9-
aws = "~> 5.0"
9+
aws = "~> 6.0"
1010
}
1111
}
1212

providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 5.0"
6+
version = "~> 6.0"
77
}
88
tls = {
99
source = "hashicorp/tls"

0 commit comments

Comments
 (0)