Skip to content

Commit

Permalink
Bump Terraform provider versions in docs
Browse files Browse the repository at this point in the history
* Bump Terraform provider versions to reflect the versions
used by the maintainer
  • Loading branch information
dghubble committed May 20, 2019
1 parent 5653ba3 commit bef9b99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Notable changes between versions.

## Latest

## v1.14.2

* Kubernetes [v1.14.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1142)
* Update etcd from v3.3.12 to [v3.3.13](https://github.com/etcd-io/etcd/releases/tag/v3.3.13)
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.8.0"
version = "~> 2.11.0"
alias = "default"
region = "eu-central-1"
Expand Down
2 changes: 1 addition & 1 deletion docs/cl/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file.

```tf
provider "digitalocean" {
version = "~> 1.2.0"
version = "~> 1.3.0"
token = "${chomp(file("~/.config/digital-ocean/token"))}"
alias = "default"
}
Expand Down

0 comments on commit bef9b99

Please sign in to comment.