5 lines
158 B
Terraform
Raw Normal View History

2025-11-24 15:21:01 +01:00
# variables.tf (root module)
variable "sn_namespace_name" {
type = string
description = "Specify into which namespace all resources will be deployed"
}