Skip to content

Commit

Permalink
Move azurerm provider version to terraform required_providers block
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveh committed Mar 22, 2021
1 parent 0e21ecc commit 6e9dbf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
terraform {
required_version = ">= 0.12.6"
required_providers {
azurerm = {
version = "~> 2.51.0"
}
}
}

provider "azurerm" {
version = "~> 2.51.0"
features {}
}

Expand Down

0 comments on commit 6e9dbf7

Please sign in to comment.