tfe_opa_version

Manage OPA versions available on Terraform Enterprise.

Example Usage

Basic Usage:

resource "tfe_opa_version" "test" {
  version = "0.58.0-custom"
  url = "https://tfe-host.com/path/to/opa"
  sha = "e75ac73deb69a6b3aa667cb0b8b731aee79e2904"
}

Argument Reference

The following arguments are supported:

Attributes Reference

Import

OPA versions can be imported; use <OPA VERSION ID> or <OPA VERSION NUMBER> as the import ID. For example:

terraform import tfe_opa_version.test tool-L4oe7rNwn7J4E5Yr
terraform import tfe_opa_version.test 0.58.0