5 lines
158 B
HCL
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"
|
|
} |