Skip to content

Commit

Permalink
final main configuration for v1.0adding terraform v0.15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvna committed May 31, 2021
1 parent 6c290eb commit 66ec2e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/expressroute/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module "vpn-gateway" {
source = "kumarvna/vpn-gateway/azurerm"
version = "1.0.0"
//source = "kumarvna/vpn-gateway/azurerm"
//version = "1.0.0"
source = "github.com/kumarvna/terraform-azurerm-vpn-gateway?ref=develop"

# Resource Group, location, VNet and Subnet details
resource_group_name = "rg-shared-westeurope-01"
Expand Down

0 comments on commit 66ec2e5

Please sign in to comment.