mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 22:50:34 +00:00
feat(terraform): updated configs for yc lab
This commit is contained in:
@@ -6,6 +6,7 @@ export YC_FOLDER_ID=$(yc config get folder-id)
|
||||
export YC_TOKEN=$(yc iam create-token)
|
||||
|
||||
export TF_VAR_folder_id=$YC_FOLDER_ID
|
||||
export TF_VAR_cloud_id=$YC_CLOUD_ID
|
||||
|
||||
if [ -f ./.env ]; then
|
||||
export $(grep -v '^#' ./.env | xargs)
|
||||
|
||||
Reference in New Issue
Block a user