mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
chore(terraform): refactored configuration
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
resource "yandex_cm_certificate" "default" {
|
||||
name = "default"
|
||||
name = replace(lower(var.domain), ".", "-")
|
||||
description = "Default certificate for all resources"
|
||||
deletion_protection = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user