Skip to content

Commit

Permalink
Merge pull request #8 from adfinis-forks/chore/rebase-dont-specify-ve…
Browse files Browse the repository at this point in the history
…rsion-in-module

Remove version from module to allow specifying it as user
  • Loading branch information
strixBE authored May 6, 2019
2 parents 0b26152 + 56a6179 commit 134107c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "azurerm" {
version = "=1.23.0"
}

resource "azurerm_resource_group" "main" {
name = "${var.prefix}-resources"
location = "${var.location}"
Expand Down

0 comments on commit 134107c

Please sign in to comment.