Skip to content

Commit 95cf2e0

Browse files
update docs
1 parent 7a531cb commit 95cf2e0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sysdig/data_source_sysdig_secure_onboarding_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func TestAccTrustedCloudIdentityDataSource(t *testing.T) {
1818
PreCheck: func() {
1919
if v := os.Getenv("SYSDIG_SECURE_API_TOKEN"); v == "" {
2020
t.Fatal("SYSDIG_SECURE_API_TOKEN must be set for acceptance tests")
21+
t.Fatal("SYSDIG_SECURE_API_TOKEN must be set for acceptance tests")
2122
}
2223
},
2324
ProviderFactories: map[string]func() (*schema.Provider, error){

website/docs/d/secure_cloud_ingestion_assets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ In addition to all arguments above, the following attributes are exported:
2828

2929
* `aws.eventBusARNGov` - AWS Gov event bus (if supported) from which Sysdig Cloud Ingestion operates
3030

31-
* `gcp_routing_key` - GCP ingestion routing key
31+
* `aws.sns_routing_key` - AWS CloudTrail SNS ingestion routing key
3232

33-
* `gcp_metadata` - GCP ingestion metadata
33+
* `aws.sns_metadata` - AWS CloudTrail SNS ingestion metadata
3434

35-
* `sns_routing_key` - CloudTrail SNS ingestion routing key
35+
* `gcp_routing_key` - GCP ingestion routing key
3636

37-
* `sns_metadata` - CloudTrail SNS ingestion metadata
37+
* `gcp_metadata` - GCP ingestion metadata

0 commit comments

Comments
 (0)