Skip to content

Commit

Permalink
Added sensitive to endpoint output
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Mar 27, 2024
2 parents 63eec66 + f8b09de commit 305d302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module "gke" {
region = var.gcp_region
regional = var.gke_regional
zones = var.gke_zones
network = "network-trial"
subnetwork = "subnetwork-trial"
ip_range_pods = "range-1"
network = ""
subnetwork = ""
ip_range_pods = ""
ip_range_services = ""
http_load_balancing = false
network_policy = false
Expand All @@ -16,7 +16,7 @@ module "gke" {
node_pools = [
{
name = var.gke_default_nodepools_name
machine_type = "e2-micro"
machine_type = "e2-medium"
min_count = 1
max_count = 3
local_ssd_count = 0
Expand Down

0 comments on commit 305d302

Please sign in to comment.