Skip to content

Commit

Permalink
Update terraform.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmylong1 authored Jan 5, 2024
1 parent 15d5de5 commit d558fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-tf-script/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
credentials_file = "/path/to/your/credentials.json"
project_id = "my project id"
project_id = "qwiklabs-gcp-03-9c3a46443ced"
region = "us-west1"
cluster_name = "my-gke-cluster"
network_name = "gke-network"
subnetwork_name = "gke-subnet"
ip_range_pods_name = "ip-range-pods"
ip_range_services_name = "ip-range-services"
env_name = "prod"
env_name = "prod"

0 comments on commit d558fd4

Please sign in to comment.