env-yc.sh 104 B

12345
  1. #!/bin/bash
  2. export YC_TOKEN=$(yc iam create-token)
  3. export TF_VAR_YC_CLOUD_ID=$(yc config get cloud-id)