Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-role/aws to v0.19.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 122375a commit c8a5409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/account-settings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data "aws_iam_policy_document" "api_gateway_permissions" {

module "role" {
source = "cloudposse/iam-role/aws"
version = "0.16.1"
version = "0.19.0"

enabled = local.create_iam_role
#name = module.iam_role_label.id
Expand Down

0 comments on commit c8a5409

Please sign in to comment.