Skip to content

Commit

Permalink
update default environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
praizz authored Sep 13, 2021
1 parent 43451c5 commit 82c660e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82c660e

Please sign in to comment.