7
0
espelhamento de https://github.com/puppetmaster/typhoon.git sincronizado 2025-09-18 06:19:43 +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
Esse commit está contido em:
Dalton Hubble
2019-03-02 11:00:21 -08:00
commit de251bd94f
7 arquivos alterados com 7 adições e 7 exclusões

Ver arquivo

@@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
```tf
provider "google" {
version = "2.0.0"
version = "~> 2.1.0"
alias = "default"
credentials = "${file("~/.config/google-cloud/terraform.json")}"