From 6c290eb110911c92dab98941e5d35433616531eb Mon Sep 17 00:00:00 2001 From: Kumaraswamy Vithanala <36370570+kumarvna@users.noreply.github.com> Date: Fri, 25 Sep 2020 15:45:32 +0530 Subject: [PATCH] final main configuration for v1.0 --- examples/expressroute/variables.tf | 8 ++++---- variables.tf | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/expressroute/variables.tf b/examples/expressroute/variables.tf index d467cca..4620d24 100644 --- a/examples/expressroute/variables.tf +++ b/examples/expressroute/variables.tf @@ -1,4 +1,4 @@ -variable "express_route_circuit_id" - description = "The ID of the Express Route Circuit when creating an ExpressRoute connection (i.e. when type is ExpressRoute). The Express Route Circuit can be in the same or in a different subscription." - default = "" -} \ No newline at end of file +variable "express_route_circuit_id" { + description = "The ID of the Express Route Circuit when creating an ExpressRoute connection (i.e. when type is ExpressRoute). The Express Route Circuit can be in the same or in a different subscription." + default = "" +} diff --git a/variables.tf b/variables.tf index b692d1a..890292d 100644 --- a/variables.tf +++ b/variables.tf @@ -125,6 +125,7 @@ variable "local_networks_ipsec_policy" { description = "IPSec policy for local networks. Only a single policy can be defined for a connection." default = null } + variable "tags" { description = "A map of tags to add to all resources" type = map(string)