Skip to content

Commit a46b018

Browse files
chore(deps): update terraform cloudposse/iam-role/aws to v0.22.0
1 parent 0d33000 commit a46b018

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.19.0"
31+
version = "0.22.0"
3232

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

0 commit comments

Comments
 (0)