Make Private Networking optional

This commit is contained in:
2021-05-01 17:54:31 -05:00
parent 64d119f011
commit 334f8165d3
4 changed files with 9 additions and 4 deletions

4
variable.use_vpc.tf Normal file
View File

@@ -0,0 +1,4 @@
variable "use_vpc" {
default = 0
type = number
}