mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-23 09:31:35 +02:00
Bump Terraform provider versions in docs
* Bump Terraform provider versions to reflect the versions used by the maintainer
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user