Update readme

This commit is contained in:
Julio Castillo 2022-11-12 19:25:41 +01:00
parent c83a7de076
commit 4a25129765
4 changed files with 19 additions and 22 deletions

View File

@ -196,14 +196,13 @@ module "bigquery-dataset" {
| name | description | sensitive |
|---|---|:---:|
| [as_logging_destination](outputs.tf#L17) | Parameters to use this dataset as a log sink destination. | |
| [dataset](outputs.tf#L32) | Dataset resource. | |
| [dataset_id](outputs.tf#L37) | Dataset id. | |
| [id](outputs.tf#L49) | Fully qualified dataset id. | |
| [self_link](outputs.tf#L61) | Dataset self link. | |
| [table_ids](outputs.tf#L73) | Map of fully qualified table ids keyed by table ids. | |
| [tables](outputs.tf#L78) | Table resources. | |
| [view_ids](outputs.tf#L83) | Map of fully qualified view ids keyed by view ids. | |
| [views](outputs.tf#L88) | View resources. | |
| [dataset](outputs.tf#L17) | Dataset resource. | |
| [dataset_id](outputs.tf#L22) | Dataset id. | |
| [id](outputs.tf#L34) | Fully qualified dataset id. | |
| [self_link](outputs.tf#L46) | Dataset self link. | |
| [table_ids](outputs.tf#L58) | Map of fully qualified table ids keyed by table ids. | |
| [tables](outputs.tf#L63) | Table resources. | |
| [view_ids](outputs.tf#L68) | Map of fully qualified view ids keyed by view ids. | |
| [views](outputs.tf#L73) | View resources. | |
<!-- END TFDOC -->

View File

@ -134,11 +134,11 @@ module "bucket-gcs-notification" {
| name | description | sensitive |
|---|---|:---:|
| [as_logging_destination](outputs.tf#L17) | Parameters to use this bucket as a log sink destination. | |
| [bucket](outputs.tf#L29) | Bucket resource. | |
| [name](outputs.tf#L34) | Bucket name. | |
| [notification](outputs.tf#L43) | GCS Notification self link. | |
| [topic](outputs.tf#L48) | Topic ID used by GCS. | |
| [url](outputs.tf#L53) | Bucket URL. | |
| [bucket](outputs.tf#L17) | Bucket resource. | |
| [id](outputs.tf#L28) | Bucket ID (same as name). | |
| [name](outputs.tf#L37) | Bucket name. | |
| [notification](outputs.tf#L46) | GCS Notification self link. | |
| [topic](outputs.tf#L51) | Topic ID used by GCS. | |
| [url](outputs.tf#L56) | Bucket URL. | |
<!-- END TFDOC -->

View File

@ -56,7 +56,6 @@ module "bucket-default" {
| name | description | sensitive |
|---|---|:---:|
| [as_logging_destination](outputs.tf#L17) | Parameters to use this bucket as a log sink destination. | |
| [id](outputs.tf#L30) | ID of the created bucket. | |
| [id](outputs.tf#L17) | ID of the created bucket. | |
<!-- END TFDOC -->

View File

@ -111,10 +111,9 @@ module "pubsub" {
| name | description | sensitive |
|---|---|:---:|
| [as_logging_destination](outputs.tf#L17) | Parameters to use this topic as a log sink destination. | |
| [id](outputs.tf#L28) | Topic id. | |
| [subscription_id](outputs.tf#L36) | Subscription ids. | |
| [subscriptions](outputs.tf#L46) | Subscription resources. | |
| [topic](outputs.tf#L54) | Topic resource. | |
| [id](outputs.tf#L17) | Topic id. | |
| [subscription_id](outputs.tf#L25) | Subscription ids. | |
| [subscriptions](outputs.tf#L35) | Subscription resources. | |
| [topic](outputs.tf#L43) | Topic resource. | |
<!-- END TFDOC -->