providers.tf 240 B

12345678910111213
  1. # ==================================
  2. # Terraform & Provider Configuration
  3. # ==================================
  4. terraform {
  5. required_providers {
  6. yandex = {
  7. source = "yandex-cloud/yandex"
  8. version = "~> 0.84.0"
  9. }
  10. }
  11. }