Ignition TF Provider
Manage your Inductive Automation Ignition Gateway infrastructure as code.
terraform {
required_providers {
ignition = {
source = "apollogeddon/ignition"
}
}
} Manage your Inductive Automation Ignition Gateway infrastructure as code.
terraform {
required_providers {
ignition = {
source = "apollogeddon/ignition"
}
}
} Version control your entire Ignition Gateway configuration. Manage projects and connections alongside your infrastructure.
Secrets are encrypted in-flight using Ignition's native JWE encryption endpoints. No plaintext passwords in API logs.
Automatically detect and reconcile manual changes made via the Ignition Designer or Gateway Web Interface.
Comprehensive support for Projects, Database Connections, Tag Providers, Identity Providers, and more.
Support for complex setups including Redundancy roles, Gateway Network (GAN) settings, and SMTP profiles.
Community driven and fully open source. Extensible architecture using the HashiCorp Plugin Framework.
Choose between managing resources or referencing existing configuration.
Manage Configuration
Declaratively define and manage Ignition resources including projects, connections, and security settings.
Reference Existing
Fetch configuration from an existing Gateway to use as variables or inputs for other resources.