data "digitalocean_vpc" "this" { count = var.use_vpc > 0 ? 1 : 0 name = var.vpc_name }