9 lines
154 B
Terraform
Raw Normal View History

2020-03-29 11:49:46 -03:00
#
# Variables
#
variable "namespace_name" {
type = string
description = "Name to use for the created namespace"
default = "hello-terraform"
}