From 18f48c7769b1b214ebf506b0827fedb04b81b308 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Fri, 27 Sep 2024 10:40:25 +0300 Subject: [PATCH] terraform: update CI + remove compatibility note from README (#237) * ci(terraform): omit channel and model inputs * terraform: Remove compatibility note from README --- .github/workflows/integrate.yaml | 2 -- terraform/README.md | 3 --- 2 files changed, 5 deletions(-) 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.