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
Retrieves information about the Sysdig Secure Agentless Scanning Assets
7
+
---
8
+
9
+
# Data Source: sysdig_secure_agentless_scanning_assets
10
+
11
+
Retrieves information about the Sysdig Secure Agentless Scanning Assets
12
+
13
+
-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.
14
+
15
+
## Example Usage
16
+
17
+
```terraform
18
+
data "sysdig_secure_agentless_scanning_assets" "assets" {}
19
+
```
20
+
21
+
## Argument Reference
22
+
23
+
## Attributes Reference
24
+
25
+
In addition to all arguments above, the following attributes are exported:
26
+
27
+
*`aws.account_id` - AWS account sandbox in which Sysdig Agentless Scanning operates
28
+
29
+
*`azure.service_principal_id` - Azure service principal id for use with Sysdig Agentless Scanning
30
+
31
+
*`azure.tenant_id` - Azure tenant id in which Sysdig Agentless Scanning operates
0 commit comments