provider.tf 128 B

123456789
  1. terraform {
  2. required_providers {
  3. yandex = {
  4. source = "yandex-cloud/yandex"
  5. version = "~> 0.89.0"
  6. }
  7. }
  8. }