diff --git a/modules/cluster/variables.tf b/modules/cluster/variables.tf index dbed5cc..9f88dbe 100644 --- a/modules/cluster/variables.tf +++ b/modules/cluster/variables.tf @@ -4,7 +4,7 @@ variable "name" { } variable "service_connect_namespace" { - description = "(Required) ARN of the aws_service_discovery_http_namespace that's used when you create a service and don't specify a Service Connect configuration." + description = "(Optional) ARN of the aws_service_discovery_http_namespace that's used when you create a service and don't specify a Service Connect configuration." type = string default = null } diff --git a/variables.tf b/variables.tf index 0a6779f..968a20a 100644 --- a/variables.tf +++ b/variables.tf @@ -4,7 +4,7 @@ variable "cluster_name" { } variable "cluster_service_connect_namespace" { - description = "(Required) ARN of the aws_service_discovery_http_namespace that's used when you create a service and don't specify a Service Connect configuration." + description = "(Optional) ARN of the aws_service_discovery_http_namespace that's used when you create a service and don't specify a Service Connect configuration." type = string default = null }