Skip to content

Commit baba101

Browse files
committed
add optional component type
1 parent 2b3eb86 commit baba101

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sysdig/data_source_sysdig_secure_onboarding.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ func dataSourceSysdigSecureCloudIngestionAssets() *schema.Resource {
354354
Type: schema.TypeString,
355355
Optional: true,
356356
},
357+
"component_type": {
358+
Type: schema.TypeString,
359+
Optional: true,
360+
},
357361
"aws": {
358362
Type: schema.TypeMap,
359363
Computed: true,

0 commit comments

Comments
 (0)