Make Private Networking optional
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
data "digitalocean_vpc" "this" {
|
||||
name = var.vpc_name
|
||||
count = var.use_vpc > 0 ? 1 : 0
|
||||
name = var.vpc_name
|
||||
}
|
||||
|
Reference in New Issue
Block a user