Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from jobtome-labs/feat/enable-shielded-nodes
Browse files Browse the repository at this point in the history
feat: enable gke shielded nodes
  • Loading branch information
aoz-turk authored Jun 13, 2023
2 parents 8907f0d + fe32570 commit 33f733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "google_container_cluster" "cluster" {
subnetwork = var.subnetwork
min_master_version = var.min_master_version

enable_shielded_nodes = false
enable_shielded_nodes = true

remove_default_node_pool = true
initial_node_count = 1
Expand Down

0 comments on commit 33f733a

Please sign in to comment.