Skip to content

Commit 2360ca4

Browse files
chore(docs): Update Terraform documentation
1 parent ca2d172 commit 2360ca4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

terraform/charm/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ The complete list of available integrations can be found [in the Integrations ta
6464

6565
| Name | Version |
6666
|------|---------|
67-
| <a name="requirement_juju"></a> [juju](#requirement\_juju) | ~> 1.2.0 |
67+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.6 |
68+
| <a name="requirement_juju"></a> [juju](#requirement\_juju) | >= 1.0, < 2.0 |
6869

6970
## Providers
7071

7172
| Name | Version |
7273
|------|---------|
73-
| <a name="provider_juju"></a> [juju](#provider\_juju) | ~> 1.2.0 |
74+
| <a name="provider_juju"></a> [juju](#provider\_juju) | >= 1.0, < 2.0 |
7475

7576
## Modules
7677

@@ -91,7 +92,7 @@ No modules.
9192
| <a name="input_channel"></a> [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/stable"` | no |
9293
| <a name="input_config"></a> [config](#input\_config) | Application config. Details about available options can be found at https://charmhub.io/github-runner-image-builder/configurations | `map(string)` | `{}` | no |
9394
| <a name="input_constraints"></a> [constraints](#input\_constraints) | Juju constraints to apply for this application. | `string` | `""` | no |
94-
| <a name="input_model_uuid"></a> [model\_uuid](#input\_model\_uuid) | Reference to a Juju model UUID. | `string` | `""` | no |
95+
| <a name="input_model_uuid"></a> [model\_uuid](#input\_model\_uuid) | Reference to a Juju model UUID. | `string` | n/a | yes |
9596
| <a name="input_revision"></a> [revision](#input\_revision) | Revision number of the charm | `number` | `null` | no |
9697
| <a name="input_units"></a> [units](#input\_units) | Number of units to deploy | `number` | `1` | no |
9798

0 commit comments

Comments
 (0)