Skip to content

Commit

Permalink
fix for wwce#23
Browse files Browse the repository at this point in the history
  • Loading branch information
nembery committed May 29, 2020
1 parent 39cd677 commit ebbc0a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure/Jenkins_proj-master/WebInBootstrap/resourcegroup.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Configure the Microsoft Azure Provider
provider "azurerm" {}
provider "azurerm" {
version = "~> 1.44"
}

resource "random_id" "resource_group" {
byte_length = 2
Expand Down

0 comments on commit ebbc0a3

Please sign in to comment.