diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index 6235d63..6b61823 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -16,11 +16,6 @@ variable "zone" { default = "europe-west1-b" } -variable "network" { - type = string - description = "VPC network self_link or name" -} - variable "ssh_pub_key" { type = string description = "SSH public key to provision (optional)"