You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform_module/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ No provider.
87
87
| description | The description to include for the IAM policy. |`string`|`"Generated by Policy Sentry"`| no |
88
88
| exclude\_actions | Exclude actions from the output by specifying them here. Accepts wildcards, like kms:Delete\*|`list(string)`|`[]`| no |
89
89
| list\_access\_level | Provide a list of Amazon Resource Names (ARNs) that your role needs LIST access to. |`list(string)`|`[]`| no |
90
-
| minimize | If set to true, it will minimize the size of the IAM Policy file. Defaults to false. |`bool`|`false`| no |
90
+
| minimize | If set to true, it will minimize the size of the IAM Policy file. Defaults to TRUE. |`bool`|`true`| no |
91
91
| name | The name of the rendered policy file (no file extension). |`string`| n/a | yes |
92
92
| permissions\_management\_access\_level | Provide a list of Amazon Resource Names (ARNs) that your role needs PERMISSIONS MANAGEMENT access to. |`list(string)`|`[]`| no |
93
93
| read\_access\_level | Provide a list of Amazon Resource Names (ARNs) that your role needs READ access to. |`list(string)`|`[]`| no |
0 commit comments