Skip to content

Commit

Permalink
Fix formatting of example tf.vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Oct 31, 2024
1 parent 250d651 commit 2d6bdde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/gke/gke_clusters_with_workspaces/tf.vars.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
castai_api_token = ""
# castai_api_url = ""

org_workspace = ""
org_workspace = ""
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gke_cluster_location = ""
gke_cluster_name = ""
gke_subnets = [""]
gke_project_id = ""
# service_accounts_unique_ids = [""]
gke_cluster_location = ""
gke_cluster_name = ""
gke_subnets = []
gke_project_id = ""
# service_accounts_unique_ids = []

castai_api_token = ""
# castai_api_url = ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gke_cluster_location = ""
gke_cluster_name = ""
gke_subnets = [""]
gke_project_id = ""
# service_accounts_unique_ids = [""]
gke_cluster_location = ""
gke_cluster_name = ""
gke_subnets = []
gke_project_id = ""
# service_accounts_unique_ids = []

castai_api_token = ""
# castai_api_url = ""
Expand Down

0 comments on commit 2d6bdde

Please sign in to comment.