local variables didn't change

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
matttrach 2023-09-14 12:34:31 -05:00
parent f89dde9c47
commit dd3ed36165
No known key found for this signature in database
GPG Key ID: C00467FDE2D0231F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ locals {
server_security_group_name = var.security_group_name
server_subnet_name = var.subnet_name
skip_server = ((local.id == "" && local.name == "") ? true : false)
skip_server = ((local.server_id == "" && local.server_name == "") ? true : false)
}
# image module can't be skipped, but it can select an image based on the image_id rather than the image variable