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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ data "aws_iam_policy_document" "default" {
171
171
| is_guardduty_member | Whether the account is a member account | bool |`false`| no |
172
172
| key_deletion_window_in_days | Duration in days after which the key is deleted after destruction of the resource, must be between 7 and 30 days. Defaults to 30 days. | number |`10`| no |
173
173
| label_order | Label order, e.g. `name`,`application`. | list |`<list>`| no |
174
+
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. | string |`AnmolNagpal`| no |
174
175
| member_list | The list of member accounts to be added. Each member list need to have values of account_id, member_email and invite boolean | object |`<list>`| no |
175
176
| name | Name (e.g. `app` or `cluster`). | string | `` | no |
176
177
| s3_bucket_name | The name of the S3 bucket which will store configuration snapshots. | string | - | yes |
0 commit comments