Skip to content

Commit 2b3eb86

Browse files
committed
fix setid
1 parent 2ceabc8 commit 2b3eb86

File tree

2 files changed

+418
-244
lines changed

2 files changed

+418
-244
lines changed

sysdig/data_source_sysdig_secure_onboarding.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ func dataSourceSysdigSecureCloudIngestionAssetsRead(ctx context.Context, d *sche
390390
if err != nil {
391391
return diag.FromErr(err)
392392
}
393+
394+
d.SetId("cloudIngestionAssets")
393395
assetsGcp, _ := assets["gcp"].(map[string]interface{})
394396
err = d.Set("gcp_routing_key", assetsGcp["routingKey"])
395397
if err != nil {

0 commit comments

Comments
 (0)