mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-30 19:01:33 +02:00
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:
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user