Skip to content

Commit 8a43fea

Browse files
feat(vm): add vm modular support
1 parent 869630a commit 8a43fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/agentless-scan/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output "agentless_scan_component_id" {
22
value = "${sysdig_secure_cloud_auth_account_component.gcp_agentless_scan.type}/${sysdig_secure_cloud_auth_account_component.gcp_agentless_scan.instance}"
33
description = "Component identifier of Agentless Scan integration created in Sysdig Backend for Log Ingestion"
4-
depends_on = [sysdig_secure_cloud_auth_account_component.gcp_agentless_scan]
4+
depends_on = [sysdig_secure_cloud_auth_account_component.gcp_agentless_scan]
55
}

0 commit comments

Comments
 (0)