mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-30 08:31:33 +02:00
Update mkdocs and plugin versions used in tutorials
* Recommend provider plugin versions that are currently used by the author * Recommend updating terraform-provider-ct plugin from v0.3.0 to v0.3.1 * https://github.com/coreos/terraform-provider-ct/releases
This commit is contained in:
@ -44,7 +44,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
|
||||
|
||||
```tf
|
||||
provider "aws" {
|
||||
version = "~> 2.1.0"
|
||||
version = "~> 2.3.0"
|
||||
alias = "default"
|
||||
|
||||
region = "eu-central-1"
|
||||
|
@ -45,7 +45,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
|
||||
|
||||
```tf
|
||||
provider "google" {
|
||||
version = "~> 2.1.0"
|
||||
version = "~> 2.2.0"
|
||||
alias = "default"
|
||||
|
||||
credentials = "${file("~/.config/google-cloud/terraform.json")}"
|
||||
|
Reference in New Issue
Block a user