Skip to content

Commit

Permalink
fixes for wwce#23 for webinDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nembery committed Mar 1, 2021
1 parent 7d7740b commit 80a60ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure/Jenkins_proj-master/WebInDeploy/vnet-subnets.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Configure the Microsoft Azure Provider
provider "azurerm" {}
provider "azurerm" {
version = "~> 1.44"
features {}
}

data "azurerm_resource_group" "resourcegroup" {
name = "${var.RG_Name}"
Expand Down

0 comments on commit 80a60ca

Please sign in to comment.