Update provider plugin versions in tutorial docs

* Update terraform provider plugin version in docs to reflect
the recommended current versions that are currently used
This commit is contained in:
Dalton Hubble
2019-04-27 20:35:00 -07:00
parent ec5aef5c92
commit 3a6979920c
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ Configure the Azure provider in a `providers.tf` file.
```tf
provider "azurerm" {
version = "~> 1.24.0"
version = "~> 1.27.1"
alias = "default"
}