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:
Dalton Hubble
2019-03-26 00:46:11 -07:00
parent 4fea526ebf
commit 32fe72fb2d
10 changed files with 32 additions and 31 deletions

View File

@ -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"

View File

@ -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")}"