Skip to content

Commit 5f99d20

Browse files
chore(docs): Update Terraform documentation
1 parent 55612c5 commit 5f99d20

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ No modules.
2525

2626
| Name | Description | Type | Default | Required |
2727
|------|-------------|------|---------|:--------:|
28-
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | Name of the application in the Juju model. | `string` | `"synapse"` | no |
28+
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | Name of the application in the Juju model. | `string` | `"indico"` | no |
2929
| <a name="input_base"></a> [base](#input\_base) | The operating system on which to deploy | `string` | `"ubuntu@20.04"` | no |
3030
| <a name="input_channel"></a> [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/stable"` | no |
3131
| <a name="input_config"></a> [config](#input\_config) | Application config. | `map(string)` | `{}` | no |

terraform/tests/README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
11
<!-- BEGIN_TF_DOCS -->
22
## Requirements
33

4-
| Name | Version |
5-
|------|---------|
6-
| <a name="requirement_juju"></a> [juju](#requirement\_juju) | >= 1.1.0 |
4+
No requirements.
75

86
## Providers
97

10-
| Name | Version |
11-
|------|---------|
12-
| <a name="provider_juju"></a> [juju](#provider\_juju) | >= 1.1.0 |
8+
No providers.
139

1410
## Modules
1511

16-
| Name | Source | Version |
17-
|------|--------|---------|
18-
| <a name="module_indico"></a> [indico](#module\_indico) | ./.. | n/a |
12+
No modules.
1913

2014
## Resources
2115

22-
| Name | Type |
23-
|------|------|
24-
| [juju_model.example](https://registry.terraform.io/providers/juju/juju/latest/docs/data-sources/model) | data source |
16+
No resources.
2517

2618
## Inputs
2719

28-
| Name | Description | Type | Default | Required |
29-
|------|-------------|------|---------|:--------:|
30-
| <a name="input_channel"></a> [channel](#input\_channel) | The channel to use when deploying a charm. | `string` | `"latest/edge"` | no |
31-
| <a name="input_revision"></a> [revision](#input\_revision) | Revision number of the charm. | `number` | `null` | no |
20+
No inputs.
3221

3322
## Outputs
3423

0 commit comments

Comments
 (0)