Skip to content

Commit

Permalink
default false private link
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jul 4, 2024
1 parent 86adab8 commit 4ad0735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ variable "ilb_proxynetwork_cidr" {
variable "create_workload_identity" {
description = "Flag to indicate whether to create a workload identity for the service account."
type = bool
default = true
default = false
}

variable "kms_gcs_sa_name" {
Expand All @@ -305,7 +305,7 @@ variable "kms_gcs_sa_name" {

variable "enable_stackdriver" {
type = bool
default = true
default = false
}

variable "stackdriver_sa_name" {
Expand Down

0 comments on commit 4ad0735

Please sign in to comment.