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.
2 parents c99929c + 352852e commit ddbcfe7Copy full SHA for ddbcfe7
modules/github_actions_assumable_role/main.tf
@@ -6,7 +6,7 @@
6
terraform {
7
required_version = ">= 0.13.0"
8
required_providers {
9
- aws = "~> 4.0"
+ aws = "~> 5.0"
10
}
11
12
providers.tf
@@ -3,7 +3,7 @@ terraform {
3
4
aws = {
5
source = "hashicorp/aws"
- version = "~> 4.0"
+ version = "~> 5.0"
tls = {
source = "hashicorp/tls"
0 commit comments