Skip to content

Commit eaac319

Browse files
committed
docs: add sysdig_secure_tenant_external_id
1 parent f83e9df commit eaac319

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
subcategory: "Sysdig Secure"
3+
layout: "sysdig"
4+
page_title: "Sysdig: sysdig_secure_tenant_external_id"
5+
description: |-
6+
Retrieves information about the Sysdig Secure Tenant External ID
7+
---
8+
9+
# Data Source: sysdig_secure_tenant_external_id
10+
11+
Retrieves information about the Sysdig Secure Tenant External ID
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_tenant_external_id" "external_id" {}
19+
```
20+
21+
## Argument Reference
22+
23+
## Attributes Reference
24+
25+
In addition to all arguments above, the following attributes are exported:
26+
27+
* `external_id` - String identifier for external id value
28+

0 commit comments

Comments
 (0)