terraform-provider-n8n

n8n Provider

Interact with n8n.

Example Usage

# Configuration-based authentication
provider "n8n" {
  host  = "http://localhost:5678"
  token = "..."
}

Schema

Optional

data-sources


n8n-client-go

The n8n-client-go provides a Go client for interacting with the n8n automation platform.

It offers data structures and methods to handle workflows, nodes, tags, connections, and other related metadata.

The client also includes an HTTP client for the communication with the n8n service, enabling you to: