remove empty provider blocks

terraform v1.1.4 (and at least v1.0.11) emits a warning for empty
provider blocks. Removing those still seems to work while avoiding
that warning.
This commit is contained in:
phaer 2022-01-23 14:31:27 +01:00
parent 2ef034bdf0
commit 8b12225e07

View File

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