placement group fix
This commit is contained in:
@@ -138,5 +138,10 @@ variable "cluster_name" {
|
||||
variable "traefik_additional_options" {
|
||||
type = list(string)
|
||||
default = []
|
||||
|
||||
}
|
||||
|
||||
variable "placement_group_disable" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Whether to disable placement groups"
|
||||
}
|
||||
|
Reference in New Issue
Block a user