Skip to content

Commit

Permalink
Merge pull request #88 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…clb/clouddrove/iam-role/aws-1.3.1
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
2 parents 24e7e7f + 07883bd commit 961890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/clb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 961890c

Please sign in to comment.