-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: use terraform fmt to match standard style
- Loading branch information
1 parent
6a06feb
commit 2941761
Showing
3 changed files
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Required paramaters | ||
project_id = "id_to_google_project_where_storage_buckets_are_held" | ||
kubernetes_host = "https://domain.address.of.kubernetes.host:9999" | ||
kubernetes_token = "sha256~auth_token_for_terraform_to_work_with_kubernetes" | ||
project_id = "id_to_google_project_where_storage_buckets_are_held" | ||
kubernetes_host = "https://domain.address.of.kubernetes.host:9999" | ||
kubernetes_token = "sha256~auth_token_for_terraform_to_work_with_kubernetes" | ||
openshift_namespace = "a1b2c3-dev" | ||
apps = ["subproject_names", "for_namespace_applications"] | ||
apps = ["subproject_names", "for_namespace_applications"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters