Skip to content

Commit

Permalink
terraform: update CI + remove compatibility note from README (#160)
Browse files Browse the repository at this point in the history
* ci(terraform): omit channel and model inputs

* terraform: Remove compatibility note from README
  • Loading branch information
orfeas-k authored Sep 27, 2024
1 parent b268128 commit 53c656f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 53c656f

Please sign in to comment.