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

5 lines
142 B
Terraform
Raw Permalink Normal View History

2023-02-17 17:22:50 +00:00
variable "name" {
type = string
description = "The name of the terraform deployment"
default = "aws-parameters-external-secrets"
}