9 lines
154 B
HCL
9 lines
154 B
HCL
#
|
|
# Variables
|
|
#
|
|
|
|
variable "namespace_name" {
|
|
type = string
|
|
description = "Name to use for the created namespace"
|
|
default = "hello-terraform"
|
|
} |