ignition_tag_provider Resource

ignition_tag_provider (Resource)

Manages a Tag Provider in Ignition.

Example Usage

resource "ignition_tag_provider" "example" {
  name        = "MyTags"
  type        = "STANDARD"
  description = "A standard tag provider"
}

Schema

Required

  • name (String) The name of the tag provider.
  • type (String) The type of the tag provider (e.g., standard).

Optional

  • description (String) A description of the tag provider.
  • enabled (Boolean) Whether the tag provider is enabled.

Read-Only

  • id (String) The ID of this resource.
  • signature (String) The signature of the resource.