terraform-provider-edge
terraform-provider-edge copied to clipboard
EdgeOS Terraform Provider (terraform-provider-edge)
Terraform wrapper for edge-sdk-go.
Documentation
You can browse documentation on the Terraform provider registry.
Supported EdgeOS Versions
The only version i've tested this against is the version that I use, v2.0.9
. I plan on making a full compatibility matrix as I get further into development.
Using the Provider
I believe anything v1.0
or newer will work.
terraform {
required_providers {
edge = {
source = "frankgreco/edge"
version = "0.6.0"
}
}
}
provider "edge" {
...
}