mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-21 17:20:37 +00:00
chore(terraform/main): migrated to new terraform templating API
This commit is contained in:
@@ -17,5 +17,7 @@ resource "yandex_api_gateway" "frontend" {
|
||||
min_level = "INFO"
|
||||
}
|
||||
|
||||
spec = data.template_file.frontend_api_gateway_spec.rendered
|
||||
spec = templatefile("${path.module}/configs/api_gateway/spec.yaml", {
|
||||
bucket_name = yandex_storage_bucket.frontend.bucket
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user