diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f6d3968..75c39c2 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -42,8 +42,6 @@ jobs: uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main with: charm-path: ./charms/argo-controller - model: kubeflow - channel: latest/edge integration: name: Integration Test diff --git a/charms/argo-controller/terraform/README.md b/charms/argo-controller/terraform/README.md index 1f6b930..1863849 100644 --- a/charms/argo-controller/terraform/README.md +++ b/charms/argo-controller/terraform/README.md @@ -2,9 +2,6 @@ This is a Terraform module facilitating the deployment of argo-controller 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 >= 3.4 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.