The enterprise features of this provider have been ported to observIQ/terraform-provider-bindplane.
To migrate from observiq/bindplane-enterprise
to observiq/bindplane
by updating
your required_providers
configuration.
Before
terraform {
required_providers {
bindplane = {
source = "observiq/bindplane-enterprise"
}
}
}
After
terraform {
required_providers {
bindplane = {
source = "observiq/bindplane"
}
}
}