From 53c656f3c573d7a652753e464c7158107404fe61 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Fri, 27 Sep 2024 10:40:59 +0300 Subject: [PATCH] terraform: update CI + remove compatibility note from README (#160) * 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 898b91e..84dc2b5 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 tests diff --git a/terraform/README.md b/terraform/README.md index 14e36e5..5e73033 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -2,9 +2,6 @@ This is a Terraform module facilitating the deployment of the kubeflow-volumes 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.