Skip to content

Commit

Permalink
Merge pull request #20 from clouddrove/dependabot/terraform/clouddrov…
Browse files Browse the repository at this point in the history
…e/iam-role/aws-1.3.1
  • Loading branch information
anmolnagpal authored Mar 12, 2024
2 parents 9b05397 + 73be28b commit d8ffb66
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.0"
version = "1.3.1"
name = format("%s-auth-role", module.labels.id)
environment = var.environment
label_order = ["name"]
Expand Down Expand Up @@ -69,7 +69,7 @@ data "aws_iam_policy_document" "authenticated" {

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

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

0 comments on commit d8ffb66

Please sign in to comment.