From 82c660e7c7c63a2c7ff589f5cb5a261e469ce01a Mon Sep 17 00:00:00 2001 From: Praise Adanlawo Date: Mon, 13 Sep 2021 22:51:56 +0100 Subject: [PATCH] update default environment variable --- variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.tf b/variables.tf index 9bd037f..7ece33a 100644 --- a/variables.tf +++ b/variables.tf @@ -8,6 +8,11 @@ variable "region" { default = null } +variable "environment" { + description = "The environment to deploy openvpn to" + default = vpn +} + variable "network" { description = "The name or self_link of the network to attach this interface to. Use network attribute for Legacy or Auto subnetted networks and subnetwork for custom subnetted networks." default = null