Skip to content

Commit ddbcfe7

Browse files
Merge pull request #8 from SamuelBagattin/renovate/aws-5.x
Update Terraform aws to v5 +semver:minor
2 parents c99929c + 352852e commit ddbcfe7

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 = "~> 4.0"
9+
aws = "~> 5.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 = "~> 4.0"
6+
version = "~> 5.0"
77
}
88
tls = {
99
source = "hashicorp/tls"

0 commit comments

Comments
 (0)