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
|[aws_iam_policy_document.scanning](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
52
-
|[aws_iam_policy_document.scanning_assume_role_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
53
-
|[aws_iam_policy_document.kms_operations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
55
49
|[aws_iam_session_context.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_session_context)| data source |
56
-
|[sysdig_secure_trusted_cloud_identity.trusted_identity](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_trusted_cloud_identity)| data source |
57
-
|[sysdig_secure_tenant_external_id.external_id](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_tenant_external_id)| data source |
58
50
|[aws_organizations_organization.org](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organization)| data source |
51
+
|[sysdig_secure_agentless_scanning_assets.assets](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_agentless_scanning_assets)| data source |
52
+
|[sysdig_secure_tenant_external_id.external_id](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_tenant_external_id)| data source |
53
+
|[sysdig_secure_trusted_cloud_identity.trusted_identity](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_trusted_cloud_identity)| data source |
59
54
60
55
## Inputs
61
56
62
57
| Name | Description | Type | Default | Required |
| <aname="input_auto_create_stackset_roles"></a> [auto\_create\_stackset\_roles](#input\_auto\_create\_stackset\_roles)| Whether to auto create the custom stackset roles to run SELF\_MANAGED stackset. Default is true |`bool`|`true`| no |
64
60
| <aname="input_failure_tolerance_percentage"></a> [failure\_tolerance\_percentage](#input\_failure\_tolerance\_percentage)| The percentage of accounts, per Region, for which stack operations can fail before AWS CloudFormation stops the operation in that Region |`number`|`90`| no |
65
61
| <aname="input_is_organizational"></a> [is\_organizational](#input\_is\_organizational)| (Optional) Set this field to 'true' to deploy Agentless Scanning to an AWS Organization (Or specific OUs) |`bool`|`false`| no |
66
62
| <aname="input_kms_key_deletion_window"></a> [kms\_key\_deletion\_window](#input\_kms\_key\_deletion\_window)| Deletion window for shared KMS key |`number`|`7`| no |
@@ -71,17 +67,16 @@ No modules.
71
67
| <aname="input_scanning_account_id"></a> [scanning\_account\_id](#input\_scanning\_account\_id)| The identifier of the account that will receive volume snapshots |`string`|`"878070807337"`| no |
72
68
| <aname="input_stackset_admin_role_arn"></a> [stackset\_admin\_role\_arn](#input\_stackset\_admin\_role\_arn)| (Optional) stackset admin role to run SELF\_MANAGED stackset |`string`|`""`| no |
73
69
| <aname="input_stackset_execution_role_name"></a> [stackset\_execution\_role\_name](#input\_stackset\_execution\_role\_name)| (Optional) stackset execution role name to run SELF\_MANAGED stackset |`string`|`""`| no |
74
-
| <aname="auto_create_stackset_roles"></a> [auto\_create\_stackset\_roles](#input\_auto\_create\_stackset\_roles)|Whether to auto create the custom stackset roles to run SELF_MANAGED stackset |`bool`|`true`|no|
70
+
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)|ID of the Sysdig Cloud Account to enable Agentless Scanning for (incase of organization, ID of the Sysdig management account) |`string`|n/a|yes|
75
71
| <aname="input_tags"></a> [tags](#input\_tags)| sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
76
72
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Default timeout values for create, update, and delete operations |`string`|`"30m"`| no |
77
-
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| ID of the Sysdig Cloud Account to enable Agentless Scanning for (incase of organization, ID of the Sysdig management account) |`string`| n/a | yes |
78
73
79
74
## Outputs
80
75
81
76
| Name | Description |
82
77
|------|-------------|
83
-
| <aname="output_scanning_role_component_id"></a> [scanning\_role\_component\_id](#output\_scanning\_role\_component\_id)| Component identifier of scanning role created in Sysdig Backend for Agentless Scanning |
84
78
| <aname="output_crypto_key_component_id"></a> [crypto\_key\_component\_id](#output\_crypto\_key\_component\_id)| Component identifier of KMS crypto key created in Sysdig Backend for Agentless Scanning |
79
+
| <aname="output_scanning_role_component_id"></a> [scanning\_role\_component\_id](#output\_scanning\_role\_component\_id)| Component identifier of scanning role created in Sysdig Backend for Agentless Scanning |
0 commit comments