corelight/terraform-gcp-enrichment
GitHub: corelight/terraform-gcp-enrichment
Corelight 的 GCP 云端数据增强 Terraform 模块,用于在 GCP 上自动化部署网络观测基础设施(已迁移至 monorepo)。
Stars: 0 | Forks: 2
# ⚠️ 已弃用 — 此仓库已迁移
**新位置:** [`modules/gcp/enrichment`](https://github.com/corelight/terraform/tree/main/modules/gcp/enrichment)
**更新你的模块 `source`**(将 `` 替换为 [release tag](https://github.com/corelight/terraform/releases),例如 `v29.0.5-5`):
```
module "enrichment" {
source = "github.com/corelight/terraform//modules/gcp/enrichment?ref="
}
```
请查看 [monorepo README](https://github.com/corelight/terraform#readme) 以获取完整的模块列表。
# terraform-gcp-enrichment
## 用法
```
module "enrichment_org_iam" {
source = "github.com/corelight/terraform-gcp-enrichment/modules/org_iam"
organization_id = "987654321"
custom_org_role_id = "corelight_enrichment_role"
}
module "enrichment" {
source = "github.com/corelight/terraform-gcp-enrichment"
location = "us-central1"
zone = "us-central1-a"
project_id = "project-12345"
enrichment_bucket_name = "enrichment-data-54321"
folder_id = "123456789" # The root folder to enumerate
service_account_id = "enrichment-service-account"
organization_role_id = module.enrichment_org_iam.custom_org_role_id
labels = {
terraform : true,
example : true,
purpose : "Corelight"
}
}
```
## 部署
此模块的所有变量都具有默认值,你可以对其进行覆盖,
以满足你的命名和合规标准。
部署示例可以在[这里][]找到。
## 许可证
该项目采用 [MIT][] 许可证授权。
## 用法
```
module "enrichment_org_iam" {
source = "github.com/corelight/terraform-gcp-enrichment/modules/org_iam"
organization_id = "987654321"
custom_org_role_id = "corelight_enrichment_role"
}
module "enrichment" {
source = "github.com/corelight/terraform-gcp-enrichment"
location = "us-central1"
zone = "us-central1-a"
project_id = "project-12345"
enrichment_bucket_name = "enrichment-data-54321"
folder_id = "123456789" # The root folder to enumerate
service_account_id = "enrichment-service-account"
organization_role_id = module.enrichment_org_iam.custom_org_role_id
labels = {
terraform : true,
example : true,
purpose : "Corelight"
}
}
```
## 部署
此模块的所有变量都具有默认值,你可以对其进行覆盖,
以满足你的命名和合规标准。
部署示例可以在[这里][]找到。
## 许可证
该项目采用 [MIT][] 许可证授权。
标签:Corelight, ECS, GCP, Terraform, 云安全监控, 特权提升, 网络流量分析, 自动化部署, 静态分析