Skip to content

Commit 5a148ee

Browse files
feat(vm): add vm modular support
1 parent ade528d commit 5a148ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/agentless-scan/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This Module creates the resources required to scan hosts on Google Cloud Projects. Before applying the changes defined
44
in this module, the following operations need to be performed on the target GCP environment:
55

6-
- The APIs needed for the CDR/CIEM feature are listed below:
6+
- The APIs needed for the VM feature are listed below:
77
- Compute Engine API
88

99
- The following resources will be created in each instrumented project:
@@ -82,9 +82,9 @@ No modules.
8282

8383
## Outputs
8484

85-
| Name | Description |
86-
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
87-
| <a name="agentless_scan_component_id"></a> [agentless\_scan\_component\_id](#agentless\_scan\_component\_id) | Component identifier of Agentless Scan integration created in Sysdig Backend for Log Ingestion |
85+
| Name | Description |
86+
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
87+
| <a name="agentless_scan_component_id"></a> [agentless\_scan\_component\_id](#agentless\_scan\_component\_id) | Component identifier of Agentless Scan integration created in Sysdig Backend for VM |
8888

8989
## Authors
9090

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}"
3-
description = "Component identifier of Agentless Scan integration created in Sysdig Backend for Log Ingestion"
3+
description = "Component identifier of Agentless Scan integration created in Sysdig Backend for VM"
44
depends_on = [sysdig_secure_cloud_auth_account_component.gcp_agentless_scan]
55
}

0 commit comments

Comments
 (0)