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