Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

nunc_connection resource is documented, does not exist #43

@oeuftete

Description

@oeuftete

While there is documentation for a nunc_connection resource, it does not exist in the docs, or in practice:

❯ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions