feat(gke-cluster-standard): Add optional CiliumClusterWideNetworkPolicy (#2207)
* feat(gke-cluster-standard): Add optionnal `CiliumClusterWideNetworkPolicy` Add `CiliumClusterWideNetworkPolicy` option on cluster. Ref: - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_cilium_clusterwide_network_policy - https://cloud.google.com/kubernetes-engine/docs/how-to/configure-cilium-network-policy * feat(gke-cluster-standard): Update Google provider to manage new feature * feat(gke-cluster-standard): Move `cilium_clusterwide_network_policy` to `enable_features` field * fix(scheduled-asset-inventory-export-bq): Set `dataset_id` with underscores * fix(bigquery-dataset): Set `dataset_id` with underscores
This commit is contained in:
@@ -85,7 +85,7 @@ module "test" {
|
||||
source = "./fabric/blueprints/cloud-operations/scheduled-asset-inventory-export-bq"
|
||||
billing_account = "1234-ABCD-1234"
|
||||
cai_config = {
|
||||
bq_dataset = "my-dataset"
|
||||
bq_dataset = "my_dataset"
|
||||
bq_table = "my_table"
|
||||
bq_table_overwrite = "true"
|
||||
target_node = "organization/1234567890"
|
||||
@@ -95,7 +95,7 @@ module "test" {
|
||||
bucket = "my-bucket"
|
||||
filename = "my-folder/myfile.json"
|
||||
format = "NEWLINE_DELIMITED_JSON"
|
||||
bq_dataset = "my-dataset"
|
||||
bq_dataset = "my_dataset"
|
||||
bq_table = "my_table"
|
||||
}
|
||||
project_create = true
|
||||
|
||||
Reference in New Issue
Block a user