2025-11-24 15:21:01 +01:00

5 lines
158 B
HCL

# variables.tf (root module)
variable "sn_namespace_name" {
type = string
description = "Specify into which namespace all resources will be deployed"
}