Skip to content

Commit c8a5409

Browse files
Update Terraform cloudposse/iam-role/aws to v0.19.0 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 122375a commit c8a5409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/account-settings/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data "aws_iam_policy_document" "api_gateway_permissions" {
2828

2929
module "role" {
3030
source = "cloudposse/iam-role/aws"
31-
version = "0.16.1"
31+
version = "0.19.0"
3232

3333
enabled = local.create_iam_role
3434
#name = module.iam_role_label.id

0 commit comments

Comments
 (0)