Fix outputs

This commit is contained in:
lcaggio
2023-02-28 10:35:44 +01:00
parent 1a685e7b83
commit ac0a140011
2 changed files with 9 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ module "processing-dp-cluster" {
}
# tftest modules=1 resources=2
```
<!-- BEGIN TFDOC -->
## Variables
@@ -128,4 +127,13 @@ module "processing-dp-cluster" {
| [prefix](variables.tf#L216) | Optional prefix used to generate project id and name. | <code>string</code> | | <code>null</code> |
| [service_account](variables.tf#L236) | Service account to set on the Dataproc cluster. | <code>string</code> | | <code>null</code> |
## Outputs
| 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. | |
<!-- END TFDOC -->