Skip to content

Commit

Permalink
added IPs and endpoints for whereami and inference apps
Browse files Browse the repository at this point in the history
  • Loading branch information
knee-berts committed Oct 16, 2024
1 parent e15b98e commit fe72bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/clusters/clusters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "google_container_cluster" "gke_ap" {
enable_autopilot = true
initial_node_count = var.initial_node_count
network = "projects/${var.vpc_project_id}/global/networks/${var.vpc_name}"
subnetwork = "projects/${var.vpc_project_id}/regions/{${each.value.region}}/subnetworks/${each.value.subnet_name}"
subnetwork = "projects/${var.vpc_project_id}/regions/${each.value.region}/subnetworks/${each.value.subnet_name}"
# networking_mode = "VPC_NATIVE"
# datapath_provider = "ADVANCED_DATAPATH"

Expand Down

0 comments on commit fe72bfc

Please sign in to comment.