Skip to content

Commit

Permalink
build(deps): bump clouddrove/iam-role/aws in /_example/alb
Browse files Browse the repository at this point in the history
Bumps [clouddrove/iam-role/aws](https://github.com/clouddrove/terraform-aws-iam-role) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/clouddrove/terraform-aws-iam-role/releases)
- [Changelog](https://github.com/clouddrove/terraform-aws-iam-role/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-aws-iam-role@1.3.1...1.3.2)

---
updated-dependencies:
- dependency-name: clouddrove/iam-role/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 482d91a commit 7bd2150
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.1"
version = "1.3.2"
name = local.name
environment = local.environment
assume_role_policy = data.aws_iam_policy_document.default.json
Expand Down

0 comments on commit 7bd2150

Please sign in to comment.