Skip to content

Commit

Permalink
node pool sample updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NickElliot committed Sep 8, 2023
1 parent c808b8d commit e8b1a99
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ resource "google_container_aws_node_pool" "primary" {
label-one = "value-one"
}

management {
auto_repair = false
}

project = "{{project}}"
}

Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ resource "google_container_aws_node_pool" "primary" {
label-two = "value-two"
}

management {
auto_repair = true
}

project = "{{project}}"
}

Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ resource "google_container_azure_node_pool" "primary" {
annotation-one = "value-one"
}

management {
auto_repair = false
}

project = "{{project}}"
}

Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ resource "google_container_azure_node_pool" "primary" {
annotation-two = "value-two"
}

management {
auto_repair = true
}

project = "{{project}}"
}

0 comments on commit e8b1a99

Please sign in to comment.