Skip to content

Commit

Permalink
Remove references to removed TF_VAR_lb_exoscale_api* Terraform vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
simu committed Feb 16, 2024
1 parent 4867553 commit a1f8f8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
cat <<EOF > ./terraform.env
EXOSCALE_API_KEY
EXOSCALE_API_SECRET
TF_VAR_lb_exoscale_api_key
TF_VAR_lb_exoscale_api_secret
TF_VAR_control_vshn_net_token
GIT_AUTHOR_NAME
GIT_AUTHOR_EMAIL
Expand Down
10 changes: 0 additions & 10 deletions docs/modules/ROOT/partials/exoscale/setup-local-env.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ include::partial$vshn-input.adoc[]
include::partial$connect-to-vault.adoc[]
+
include::partial$get-hieradata-token-from-vault.adoc[]
+
.Get Floaty credentials
+
[source,bash]
----
export TF_VAR_lb_exoscale_api_user=$(vault kv get \
-format=json "clusters/kv/${TENANT_ID}/${CLUSTER_ID}/floaty" | jq '.data.data')
export TF_VAR_lb_exoscale_api_key=$(echo "${TF_VAR_lb_exoscale_api_user}" | jq -r '.iam_key')
export TF_VAR_lb_exoscale_api_secret=$(echo "${TF_VAR_lb_exoscale_api_user}" | jq -r '.iam_secret')
----

. Compile the catalog for the cluster.
Having the catalog available locally enables us to run Terraform for the cluster to make any required changes.
Expand Down

0 comments on commit a1f8f8c

Please sign in to comment.