We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1ce9 commit e5166eaCopy full SHA for e5166ea
modules/cluster/variables.tf
@@ -1,6 +1,7 @@
1
variable "name" {
2
description = "Name of the ECS Cluster to create"
3
type = string
4
+ nullable = false
5
}
6
7
variable "service_connect_namespace" {
@@ -15,11 +16,13 @@ variable "setting" {
15
16
name = string
17
value = string
18
}))
- default = []
19
20
+ default = []
21
22
23
variable "tags" {
24
description = "Resource Tags for ECS Cluster"
25
type = map(any)
26
27
default = {}
28
0 commit comments