mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-31 21:41:34 +02:00
Update provider 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.23.0"
|
||||
version = "~> 1.24.0"
|
||||
alias = "default"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user