We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4747d3 commit 9f8fc01Copy full SHA for 9f8fc01
modules/github_actions_assumable_role/main.tf
@@ -6,7 +6,7 @@
6
terraform {
7
required_version = ">= 0.13.0"
8
required_providers {
9
- aws = "~> 5.0"
+ aws = "~> 6.0"
10
}
11
12
providers.tf
@@ -3,7 +3,7 @@ terraform {
3
4
aws = {
5
source = "hashicorp/aws"
- version = "~> 5.0"
+ version = "~> 6.0"
tls = {
source = "hashicorp/tls"
0 commit comments