From c63cda1a86615b381fc2e64c8cde60e5239b164e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:32:12 +0000 Subject: [PATCH] chore(docs): Update Terraform documentation --- terraform/README.md | 2 +- terraform/tests/README.md | 21 +++++---------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index e2b3ffd6..4a795b52 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -25,7 +25,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [app\_name](#input\_app\_name) | Name of the application in the Juju model. | `string` | `"synapse"` | no | +| [app\_name](#input\_app\_name) | Name of the application in the Juju model. | `string` | `"indico"` | no | | [base](#input\_base) | The operating system on which to deploy | `string` | `"ubuntu@20.04"` | no | | [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/stable"` | no | | [config](#input\_config) | Application config. | `map(string)` | `{}` | no | diff --git a/terraform/tests/README.md b/terraform/tests/README.md index dd8f101e..ef2fa69e 100644 --- a/terraform/tests/README.md +++ b/terraform/tests/README.md @@ -1,34 +1,23 @@ ## Requirements -| Name | Version | -|------|---------| -| [juju](#requirement\_juju) | >= 1.1.0 | +No requirements. ## Providers -| Name | Version | -|------|---------| -| [juju](#provider\_juju) | >= 1.1.0 | +No providers. ## Modules -| Name | Source | Version | -|------|--------|---------| -| [indico](#module\_indico) | ./.. | n/a | +No modules. ## Resources -| Name | Type | -|------|------| -| [juju_model.example](https://registry.terraform.io/providers/juju/juju/latest/docs/data-sources/model) | data source | +No resources. ## Inputs -| Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| -| [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/edge"` | no | -| [revision](#input\_revision) | Revision number of the charm. | `number` | `null` | no | +No inputs. ## Outputs