github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/yandex.md (about) 1 ### Use with Yandex 2 3 Example: 4 5 ``` 6 export YC_TOKEN=[YANDEX_CLOUD_OAUTH_TOKEN] 7 export YC_FOLDER_ID=[YANDEX_FOLDER_ID] 8 ./terraformer import yandex -r subnet 9 ``` 10 11 List of supported Yandex resources: 12 13 * `instance` 14 * `yandex_compute_instance` 15 * `disk` 16 * `yandex_compute_disk` 17 * `subnet` 18 * `yandex_vpc_subnet` 19 * `network` 20 * `yandex_vpc_network` 21 22 Your `tf` and `tfstate` files are written by default to 23 `generated/yandex/service`.