Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb committed Oct 1, 2024
1 parent 3e80ce5 commit fb7ca6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/gke/gke_impersonate/gke.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 2. Create GKE cluster.

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "24.1.0"
Expand Down
2 changes: 0 additions & 2 deletions examples/gke/gke_impersonate/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 1. Create VPC.

locals {
ip_range_pods = "${var.cluster_name}-ip-range-pods"
ip_range_services = "${var.cluster_name}-ip-range-services"
Expand Down

0 comments on commit fb7ca6b

Please sign in to comment.