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

Fixed reference to cluster_description

parent ef5b9492
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ resource "google_container_cluster" "primary" {
remove_default_node_pool = true
initial_node_count = 1
min_master_version = "1.19"
description = var.description
description = var.cluster_description
}
resource "google_container_node_pool" "primary_preemptible_nodes" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment