mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
++ fix namespace module comment grammar
This commit is contained in:
parent
61bd8a00f2
commit
7a871a3577
@ -1,4 +1,4 @@
|
|||||||
# Создание неймспейс в kubernetes
|
# Создание namespace'ов в Kubernetes
|
||||||
resource "kubernetes_namespace" "this" {
|
resource "kubernetes_namespace" "this" {
|
||||||
for_each = { for ns in var.namespaces : ns.name => ns if ns.manage }
|
for_each = { for ns in var.namespaces : ns.name => ns if ns.manage }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user