Skip to content

Commit

Permalink
Merge pull request #3 from KostLinux/dependabot/terraform/terraform-a…
Browse files Browse the repository at this point in the history
…ws-modules/iam/aws-tw-5.39.0
  • Loading branch information
KostLinux authored May 9, 2024
2 parents 50f5368 + 5af6a0a commit b481e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#tfsec:ignore:aws-iam-no-policy-wildcards
module "iam_policy" {
source = "terraform-aws-modules/iam/aws//modules/iam-policy"
version = "~> 5.37.2"
version = "~> 5.39.0"

name = "example-application-policy"
path = "/"
Expand Down Expand Up @@ -52,7 +52,7 @@ module "iam_policy" {

module "application_service_account" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "~> 5.37.2"
version = "~> 5.39.0"

role_name = "example_application_service_account"

Expand Down

0 comments on commit b481e1b

Please sign in to comment.