From da366b7fa3bfc79d9e1e0aa580e2d0cd209e7e4d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 30 Apr 2026 06:10:19 +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 |