Skip to content

Commit

Permalink
terraform: Update CI + Remove compatibility note from README (#203)
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 d6de0ac commit d3ffd07
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 @@ -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
Expand Down
3 changes: 0 additions & 3 deletions charms/argo-controller/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 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.

Expand Down

0 comments on commit d3ffd07

Please sign in to comment.