Skip to content

Commit

Permalink
build(deps): bump clouddrove/iam-role/aws from 1.3.1 to 1.3.2
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2e6738c commit e473853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "labels" {

module "auth-role" {
source = "clouddrove/iam-role/aws"
version = "1.3.1"
version = "1.3.2"
name = format("%s-auth-role", module.labels.id)
environment = var.environment
label_order = ["name"]
Expand Down Expand Up @@ -72,7 +72,7 @@ data "aws_iam_policy_document" "authenticated" {

module "unauth-role" {
source = "clouddrove/iam-role/aws"
version = "1.3.1"
version = "1.3.2"

name = format("%s-unauth-role", module.labels.id)
environment = var.environment
Expand Down

0 comments on commit e473853

Please sign in to comment.