Skip to content

Commit

Permalink
Merge pull request #58 from clouddrove/dependabot/terraform/clouddrov…
Browse files Browse the repository at this point in the history
…e/iam-role/aws-1.3.1

Bump clouddrove/iam-role/aws from 1.3.0 to 1.3.1
  • Loading branch information
theprashantyadav authored Mar 12, 2024
2 parents f1a769b + ff731f8 commit 37f5423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data "aws_iam_policy_document" "es_assume_policy" {

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

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

0 comments on commit 37f5423

Please sign in to comment.