Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 639 Bytes

File metadata and controls

35 lines (27 loc) · 639 Bytes

BindPlane Enterprise Terraform Provider

Archived

The enterprise features of this provider have been ported to observIQ/terraform-provider-bindplane.

Migration

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"
    }
  }
}