1
0
Fork 0
home-stack-kustomize/terraform/modules/aws_parameters_external_sec.../variables.tf

5 lines
142 B
HCL

variable "name" {
type = string
description = "The name of the terraform deployment"
default = "aws-parameters-external-secrets"
}