diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ad207eb..078ac19 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -48,8 +48,6 @@ jobs: uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main with: charm-path: . - model: kubeflow - channel: latest/edge deploy: name: Integration Test diff --git a/terraform/README.md b/terraform/README.md index 52d842c..1e4783f 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -2,9 +2,6 @@ This is a Terraform module facilitating the deployment of the kubeflow-profiles 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.