rancher / quickstart

380 stars 335 forks source link

Remove unnecessary empty provider blocks #171

Closed bashofmann closed 2 years ago

bashofmann commented 3 years ago

Remove unnecessary empty provider blocks

These blocks are not needed and terraform prints a warning now:

│ Warning: Empty provider configuration blocks are not required
│
│   on ../rancher-common/provider.tf line 2:
│    2: provider "local" {
│
│ Remove the local provider block from module.rancher_common.
│
│ (and one more similar warning elsewhere)