Skip to content

Commit

Permalink
terraform-1
Browse files Browse the repository at this point in the history
  • Loading branch information
c3ntik committed Aug 31, 2023
1 parent 4fc4e48 commit b8ad585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "0.13.1"
required_version = ">= 0.13"
required_providers {
yandex = {
source = "yandex-cloud/yandex"
version = "0.93.0"
version = "> 0.35"
}
}
}
Expand Down

0 comments on commit b8ad585

Please sign in to comment.