Skip to content

Commit

Permalink
Homework 8.fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Motchenko committed Nov 16, 2023
1 parent 733ec9f commit fa39904
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions terraform/modules/storage/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
terraform {
required_providers {
yandex = {
source = "yandex-cloud/yandex"
}
}
required_version = ">= 0.13"
}
# terraform {
# required_providers {
# yandex = {
# source = "yandex-cloud/yandex"
# }
# }
# required_version = ">= 0.13"
# }

resource "yandex_iam_service_account_static_access_key" "SA-ID" {
service_account_id = var.service_account_id
Expand Down

0 comments on commit fa39904

Please sign in to comment.