Skip to content

Commit

Permalink
Merge pull request #86 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…alb/clouddrove/iam-role/aws-1.3.1
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
2 parents 46f5540 + 9e03632 commit c01498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/alb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module "public_subnets" {
##-----------------------------------------------------
module "iam-role" {
source = "clouddrove/iam-role/aws"
version = "1.3.0"
version = "1.3.1"
name = local.name
environment = local.environment
assume_role_policy = data.aws_iam_policy_document.default.json
Expand Down

0 comments on commit c01498e

Please sign in to comment.