Merge pull request #23 from phaer/remove-empty-providers

remove empty provider blocks
This commit is contained in:
Karim Naufal 2022-01-24 22:02:08 +01:00 committed by GitHub
commit 5ffb366a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,3 @@
provider "github" {}
provider "hcloud" { provider "hcloud" {
token = var.hcloud_token token = var.hcloud_token
} }
provider "local" {}