mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-31 21:41:34 +02:00
Update tutorials to prefer newer provider plugins over min version
* Minimum versions of Terraform provider plugins are enforced in each module already. Its better to provide examples with newer versions. Some folks don't update them * Previously, tutorials showed the minimum viable version of each terraform provider that might be used
This commit is contained in:
@ -50,7 +50,7 @@ Configure the Azure provider in a `providers.tf` file.
|
||||
|
||||
```tf
|
||||
provider "azurerm" {
|
||||
version = "1.16.0"
|
||||
version = "~> 1.22.1"
|
||||
alias = "default"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user