Skip to content

Commit 5544b71

Browse files
build(deps): bump clouddrove/iam-role/aws from 1.3.1 to 1.3.2
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>
1 parent e5ea25e commit 5544b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ data "aws_iam_policy_document" "es_assume_policy" {
125125

126126
module "cognito-role" {
127127
source = "clouddrove/iam-role/aws"
128-
version = "1.3.1"
128+
version = "1.3.2"
129129

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

0 commit comments

Comments
 (0)