Skip to content

Commit

Permalink
Update provider versions in tutorial docs
Browse files Browse the repository at this point in the history
* Update terraform provider plugin version in docs to reflect
the recommended current versions that are currently used
  • Loading branch information
dghubble committed Apr 16, 2019
1 parent a141c5f commit e73cccd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Notable changes between versions.

## Latest

## v1.14.1

* Kubernetes [v1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1141)

#### Addons
Expand Down
2 changes: 1 addition & 1 deletion docs/cl/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf

```tf
provider "aws" {
version = "~> 2.3.0"
version = "~> 2.6.0"
alias = "default"
region = "eu-central-1"
Expand Down
2 changes: 1 addition & 1 deletion docs/cl/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Configure the Azure provider in a `providers.tf` file.

```tf
provider "azurerm" {
version = "~> 1.23.0"
version = "~> 1.24.0"
alias = "default"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/cl/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,

```tf
provider "google" {
version = "~> 2.2.0"
version = "~> 2.3.0"
alias = "default"
credentials = "${file("~/.config/google-cloud/terraform.json")}"
Expand Down

0 comments on commit e73cccd

Please sign in to comment.