From c85a26091e69ab699234a5648d00bde9bdf6970e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:44:30 +0000 Subject: [PATCH] chore(docs): Update Terraform documentation --- terraform/charm/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/terraform/charm/README.md b/terraform/charm/README.md index 0d92870f..17307548 100644 --- a/terraform/charm/README.md +++ b/terraform/charm/README.md @@ -64,13 +64,14 @@ The complete list of available integrations can be found [in the Integrations ta | Name | Version | |------|---------| -| [juju](#requirement\_juju) | ~> 1.2.0 | +| [terraform](#requirement\_terraform) | >= 1.6.6 | +| [juju](#requirement\_juju) | >= 1.0, < 2.0 | ## Providers | Name | Version | |------|---------| -| [juju](#provider\_juju) | ~> 1.2.0 | +| [juju](#provider\_juju) | >= 1.0, < 2.0 | ## Modules @@ -91,7 +92,7 @@ No modules. | [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/stable"` | no | | [config](#input\_config) | Application config. Details about available options can be found at https://charmhub.io/github-runner-image-builder/configurations | `map(string)` | `{}` | no | | [constraints](#input\_constraints) | Juju constraints to apply for this application. | `string` | `""` | no | -| [model\_uuid](#input\_model\_uuid) | Reference to a Juju model UUID. | `string` | `""` | no | +| [model\_uuid](#input\_model\_uuid) | Reference to a Juju model UUID. | `string` | n/a | yes | | [revision](#input\_revision) | Revision number of the charm | `number` | `null` | no | | [units](#input\_units) | Number of units to deploy | `number` | `1` | no |