Adds support for `advanced_datapath_observability_config` to the `gke-cluster-autopilot` module, matching the standard cluster module implementation. Closes #3936 TAG=agy CONV=9d4485ab-0fae-4f3d-a6e1-bbb6320d7c46
14 lines
264 B
HCL
14 lines
264 B
HCL
project_id = "my-project"
|
|
location = "europe-west1"
|
|
name = "cluster-1"
|
|
vpc_config = {
|
|
network = "default"
|
|
subnetwork = "default"
|
|
}
|
|
monitoring_config = {
|
|
advanced_datapath_observability = {
|
|
enable_metrics = true
|
|
enable_relay = true
|
|
}
|
|
}
|