Examples of infrastructure as code tools include Yandex Cloud, Terraform and Ansible. Terraform code don`t use managed service in Yandex Cloud.
curl https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash
yc init
yc config list
Output:
token: xxx
cloud-id: xxx
folder-id: xxxx
compute-default-zone: ru-central1-b
find . -iname 'private.auto.tfvars.example' -execdir mv -i '{}' private.auto1.tfvars \;
terraform fmt -recursive
find . -iname 'private.auto1.tfvars' -execdir mv -i '{}' private.auto.tfvars.example \;