Skip to content

Commit

Permalink
Merge pull request #6 from kumarvna/develop
Browse files Browse the repository at this point in the history
final main configuration for v1.0
  • Loading branch information
kumarvna authored Sep 25, 2020
2 parents 1e1d503 + 6c290eb commit 4d4fa6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/expressroute/variables.tf
Original file line number Diff line number Diff line change
@@ -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 = ""
}
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 = ""
}
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d4fa6f

Please sign in to comment.