aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yandex/server/providers.tf
blob: 3a5782f2eb7a67c5f7c430bdda2b34bd5003fd01 (plain) (blame)
1
2
3
4
5
6
7
terraform {
  required_providers {
    yandex = {
      source = "yandex-cloud/yandex"
    }
  }
}