terraform warnings while execution
batthebee opened this issue · 0 comments
batthebee commented
│ Warning: Resource targeting is in effect
│
│ You are creating a plan with the -target option, which means that the result of this plan may not represent all of the changes requested by the current configuration.
│
│ The -target option is not for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform specifically suggests to use it
│ as part of an error message.
╵
╷
│ Warning: Empty provider configuration blocks are not required
│
│ on module-cluster-init/resources_rke.tf line 1:
│ 1: provider "rke" {}
│
│ Remove the rke provider block from module.cluster_init.
╵
╷
│ Warning: Quoted references are deprecated
│
│ on module-rancher-init/main.tf line 81, in resource "rancher2_bootstrap" "setup_admin":
│ 81: provider = "rancher2.bootstrap"
│
│ In this context, references are expected literally rather than in quotes. Terraform 0.11 and earlier required quotes, but quoted references are now deprecated and will be removed in a
│ future version of Terraform. Remove the quotes surrounding this reference to silence this warning.
│
│ (and one more similar warning elsewhere)