diff --git a/data/data/openstack/variables-openstack.tf b/data/data/openstack/variables-openstack.tf index 18b833e6c9..8a97a80914 100644 --- a/data/data/openstack/variables-openstack.tf +++ b/data/data/openstack/variables-openstack.tf @@ -391,7 +391,7 @@ variable "openstack_master_root_volume_types" { variable "openstack_worker_server_group_names" { type = set(string) - default = [""] + default = [] description = "Names of the server groups for the worker nodes." }