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: modules/agentless-scanner-role/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ No modules.
36
36
| <aname="input_account_roles"></a> [account\_roles](#input\_account\_roles)| List of cross accounts roles ARN that the Datadog agentless scanner can assume |`list(string)`|`[]`| no |
37
37
| <aname="input_api_key_secret_arn"></a> [api\_key\_secret\_arn](#input\_api\_key\_secret\_arn)| ARN of the secret holding the Datadog API key |`string`|`null`| no |
38
38
| <aname="input_enable_ssm"></a> [enable\_ssm](#input\_enable\_ssm)| Whether to enable AWS SSM to facilitate executing troubleshooting commands on the instance |`bool`|`false`| no |
39
+
| <aname="input_iam_policy_name"></a> [iam\_policy\_name](#input\_iam\_policy\_name)| Name to use on IAM policy created |`string`|`"DatadogAgentlessScannerAgentPolicy"`| no |
40
+
| <aname="input_iam_policy_path"></a> [iam\_policy\_path](#input\_iam\_policy\_path)| IAM policy path |`string`|`null`| no |
39
41
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| Name to use on IAM role created |`string`|`"DatadogAgentlessScannerAgentRole"`| no |
40
42
| <aname="input_iam_role_path"></a> [iam\_role\_path](#input\_iam\_role\_path)| IAM role path |`string`|`null`| no |
41
43
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| ARN of the KMS key encrypting the secret |`string`|`null`| no |
Copy file name to clipboardExpand all lines: modules/scanning-delegate-role/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
@@ -35,7 +35,7 @@ No modules.
35
35
| <aname="input_iam_policy_path"></a> [iam\_policy\_path](#input\_iam\_policy\_path)| IAM policy path |`string`|`null`| no |
36
36
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| Name to use on IAM role created |`string`|`"DatadogAgentlessScannerDelegateRole"`| no |
37
37
| <aname="input_iam_role_path"></a> [iam\_role\_path](#input\_iam\_role\_path)| IAM role path |`string`|`null`| no |
38
-
| <aname="input_scanner_role_arn"></a> [scanner\_role\_arn](#input\_scanner\_role\_arn)|ARN of the role allowed to assume this role |`string`| n/a | yes |
38
+
| <aname="input_scanner_roles"></a> [scanner\_roles](#input\_scanner\_roles)|List of roles ARN allowed to assume this role |`list(string)`| n/a | yes |
39
39
| <aname="input_tags"></a> [tags](#input\_tags)| A map of additional tags to add to the IAM role/profile created |`map(string)`|`{}`| no |
0 commit comments