mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-30 16:41: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:
@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
|
||||
|
||||
```tf
|
||||
provider "google" {
|
||||
version = "~> 2.3.0"
|
||||
version = "~> 2.5.1"
|
||||
alias = "default"
|
||||
|
||||
credentials = "${file("~/.config/google-cloud/terraform.json")}"
|
||||
|
Reference in New Issue
Block a user