❯ terraform plan
╷
│ Error: Invalid resource type
│
│ on firehydrant_status_page.tf line 1, in resource "firehydrant-v2_nunc_connection" "name":
│ 1: resource "firehydrant-v2_nunc_connection" "name" {
│
│ The provider firehydrant/firehydrant-v2 does not support resource type "firehydrant-v2_nunc_connection".
╵
❯ terraform plan
╷
│ Error: Invalid resource type
│
│ on firehydrant_status_page.tf line 1, in resource "firehydrant_nunc_connection" "name":
│ 1: resource "firehydrant_nunc_connection" "name" {
│
│ The provider firehydrant/firehydrant-v2 does not support resource type "firehydrant_nunc_connection".
│
│ Did you intend to use the data source "firehydrant_nunc_connection"? If so, declare this using a "data" block instead of a "resource" block.