From 386196e556b0e021853b2551be3bf1e5255f0744 Mon Sep 17 00:00:00 2001 From: Ian Koome <47313708+KoomeKiriinya@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:15:31 +0300 Subject: [PATCH] Update variables.tf --- modules/azure/networking/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/azure/networking/variables.tf b/modules/azure/networking/variables.tf index 0dd5e01..718b9ee 100644 --- a/modules/azure/networking/variables.tf +++ b/modules/azure/networking/variables.tf @@ -27,8 +27,14 @@ variable "nat_prefix" { description = "Prefix of the nat gateway & public ip address" type = string default = "" +} +variable "ip_prefix" { + description = "Prefix of the nat public ip address" + type = string + default = "" } + variable "subnets" { description = "Azure subnets and their configuration" type = map(object({