Fix output variable order.

This commit is contained in:
lcaggio
2023-02-28 10:50:58 +01:00
parent ac0a140011
commit 0f504f6b8e
2 changed files with 8 additions and 8 deletions

View File

@@ -132,8 +132,8 @@ module "processing-dp-cluster" {
| name | description | sensitive |
|---|---|:---:|
| [bucket_names](outputs.tf#L19) | List of bucket names which have been assigned to the cluster. | |
| [http_ports](outputs.tf#L29) | The map of port descriptions to URLs. | |
| [instance_names](outputs.tf#L34) | List of instance names which have been assigned to the cluster. | |
| [name](outputs.tf#L24) | The name of the cluster. | |
| [http_ports](outputs.tf#L24) | The map of port descriptions to URLs. | |
| [instance_names](outputs.tf#L29) | List of instance names which have been assigned to the cluster. | |
| [name](outputs.tf#L38) | The name of the cluster. | |
<!-- END TFDOC -->