Skip to content

Commit

Permalink
chore: enable secret manager addon
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Aug 31, 2024
1 parent 80a0c09 commit 40dff89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/basic/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ resource "google_container_cluster" "primary" {
subnetwork = google_compute_subnetwork.default.id

enable_autopilot = true

enable_secret_manager_addon = true

ip_allocation_policy {
cluster_secondary_range_name = "pods"
services_secondary_range_name = "services"
Expand Down

0 comments on commit 40dff89

Please sign in to comment.