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 |