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