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:
parent
2ef034bdf0
commit
8b12225e07
@ -1,7 +1,3 @@
|
|||||||
provider "github" {}
|
|
||||||
|
|
||||||
provider "hcloud" {
|
provider "hcloud" {
|
||||||
token = var.hcloud_token
|
token = var.hcloud_token
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "local" {}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user