Skip to content
Snippets Groups Projects
Commit 5c5ee208 authored by Viktor Nagy's avatar Viktor Nagy
Browse files

Fixed wrong variable reference

parent f203346f
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ resource "google_container_cluster" "primary" {
}
resource "google_container_node_pool" "primary_preemptible_nodes" {
name = "${var.cluster-name} - node-pool"
name = "${var.cluster_name} - node-pool"
cluster = google_container_cluster.primary.name
location = var.gcp_region
node_count = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment