Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 295fabda authored by Nicolas's avatar Nicolas
Browse files

debug manifests

parent 21084ff3
No related branches found
No related tags found
No related merge requests found
...@@ -177,12 +177,12 @@ resource "google_container_cluster" "cluster" { ...@@ -177,12 +177,12 @@ resource "google_container_cluster" "cluster" {
} }
workload_identity_config { workload_identity_config {
identity_namespace = "${data.google_project.project.project_id}.svc.id.goog" workload_pool = "${data.google_project.project.project_id}.svc.id.goog"
} }
depends_on = [ depends_on = [
google_compute_network.vpc_network, google_compute_network.vpc_network,
google_compute_subnetwork.vpc_subnetwork_1 google_compute_subnetwork.vpc_subnetwork
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment