Skip to content

Commit

Permalink
Remove providers block, unused with Terraform v0.12
Browse files Browse the repository at this point in the history
* Fix inconsistency btw README and the docs
  • Loading branch information
dghubble committed Jun 23, 2019
1 parent 408e600 commit ca18fab
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ Define a Kubernetes cluster by using the Terraform module for your chosen platfo
module "google-cloud-yavin" {
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes?ref=v1.15.0"
providers = {
google = "google.default"
local = "local.default"
null = "null.default"
template = "template.default"
tls = "tls.default"
}
# Google Cloud
cluster_name = "yavin"
region = "us-central1"
Expand All @@ -63,6 +55,7 @@ module "google-cloud-yavin" {
# optional
worker_count = 2
worker_preemptible = true
}
```

Expand Down

0 comments on commit ca18fab

Please sign in to comment.