-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(onboarding): cloud ingestion assets (#541)
* feat(onboarding): cloud ingestion assets * Handle schema types for gcp and uncomment test assertions * Update docs --------- Co-authored-by: Ravina Dhruve <[email protected]> Co-authored-by: Ravina Dhruve <[email protected]>
- Loading branch information
1 parent
e3e7c4e
commit 8a1eb5d
Showing
5 changed files
with
153 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
subcategory: "Sysdig Secure" | ||
layout: "sysdig" | ||
page_title: "Sysdig: sysdig_secure_cloud_ingestion_assets" | ||
description: |- | ||
Retrieves information about the Sysdig Secure Cloud Ingestion Assets | ||
--- | ||
|
||
# Data Source: sysdig_secure_cloud_ingestion_assets | ||
|
||
Retrieves information about the Sysdig Secure Cloud Ingestion Assets | ||
|
||
-> **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. | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "sysdig_secure_cloud_ingestion_assets" "assets" {} | ||
``` | ||
|
||
## Argument Reference | ||
|
||
## Attributes Reference | ||
|
||
In addition to all arguments above, the following attributes are exported: | ||
|
||
* `aws.eventBusARN` - AWS event bus from which Sysdig Cloud Ingestion operates | ||
|
||
* `gcp_routing_key` - GCP ingestion routing key | ||
|
||
* `gcp_metadata` - GCP ingestion metadata | ||
|