diff --git a/modules/networking/variables.tf b/modules/networking/variables.tf index a85249f..50a4575 100644 --- a/modules/networking/variables.tf +++ b/modules/networking/variables.tf @@ -3,7 +3,3 @@ variable "namespace" { description = "The name prefix for all resources created." } -variable "region" { - type = string - description = "The region where the router and NAT gateway will be created" -}