corelight/terraform-gcp-sensor

GitHub: corelight/terraform-gcp-sensor

Corelight GCP 云传感器的 Terraform 基础设施即代码模块,用于在 Google Cloud 上自动化部署网络监控传感器并对接 Fleet 管理平台。

Stars: 1 | Forks: 0

# ⚠️ 已废弃 — 本仓库已迁移 **新位置:** [`modules/gcp/sensor`](https://github.com/corelight/terraform/tree/main/modules/gcp/sensor) **更新您的模块 `source`**(将 `` 替换为 [release tag](https://github.com/corelight/terraform/releases),例如 `v29.0.5-5`): ``` module "sensor" { source = "github.com/corelight/terraform//modules/gcp/sensor?ref=" } ``` 请查看 [monorepo README](https://github.com/corelight/terraform#readme) 以获取完整的模块列表。 # terraform-gcp-sensor overview 用于 Corelight 的 GCP Cloud Sensor 部署的 Terraform。 ### 用法 ``` provider "google" { project = "" credentials = "" region = "" zone = "" default_labels = { terraform : true, example : true, purpose : "Corelight" } } module "sensor" { source = "github.com/corelight/terraform-gcp-sensor" project_id = "" region = "" zone = "" network_mgmt_name = "" subnetwork_mgmt_name = "" subnetwork_mgmt_cidr = "" network_prod_name = "
标签:Corelight, ECS, GCP, Terraform, 特权提升, 网络安全, 自动化部署, 防御绕过, 隐私保护