feat(terraform): updated configs for yc lab

This commit is contained in:
ITQ
2026-08-18 23:11:31 +03:00
parent d9105dee7b
commit 48f67a284e
13 changed files with 101 additions and 25 deletions
+1
View File
@@ -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)