Terraform Deprecation Warnings
Opened this issue · 0 comments
gfthybridlabs commented
Hi,
Getting these deprecation warnings when running apply/delete from the main branch.
│ Warning: "facilities": [DEPRECATED] Use metro attribute instead
│
│ with metal_device.control_plane,
│ on main.tf line 76, in resource "metal_device" "control_plane":
│ 76: resource "metal_device" "control_plane" {
│
│ (and 7 more similar warnings elsewhere)
I am guessing the provider has changed.
Thanks