Skip to content

Commit

Permalink
terraform-2
Browse files Browse the repository at this point in the history
  • Loading branch information
117thDragon committed Nov 14, 2023
1 parent f9831ee commit fea5bd4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
terraform {
required_providers {
yandex = {
source = "yandex-cloud/yandex"
}
}
required_version = ">= 0.13"
}

provider "yandex" {
token = "/home/admins/otus/secrets/terraform-key.json"
cloud_id = "b1g0pi5g5inulu013ia8"
folder_id = "b1g9rbhfq6ba8dfpgv37"
zone = "ru-central1-a"
}

0 comments on commit fea5bd4

Please sign in to comment.