diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ca98f93..75ac7a9 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -34,8 +34,6 @@ jobs: uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main with: charm-path: . - model: kubeflow - channel: latest/edge unit: name: Unit Test diff --git a/terraform/README.md b/terraform/README.md index 0c1b01d..11b69e5 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -2,9 +2,6 @@ This is a Terraform module facilitating the deployment of the kubeflow-dashboard charm, using the [Terraform juju provider](https://github.com/juju/terraform-provider-juju/). For more information, refer to the provider [documentation](https://registry.terraform.io/providers/juju/juju/latest/docs). -## Compatibility -This terraform module is compatible with charms of version >= 1.9 due to changes in the charm's relations. - ## Requirements This module requires a `juju` model to be available. Refer to the [usage section](#usage) below for more details.