Update READMEs

This commit is contained in:
Julio Castillo
2022-11-11 19:24:18 +01:00
parent 486d398c7d
commit c7fe6da12e
5 changed files with 22 additions and 21 deletions

View File

@@ -196,13 +196,14 @@ module "bigquery-dataset" {
| name | description | sensitive |
|---|---|:---:|
| [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. | |
| [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. | |
<!-- END TFDOC -->

View File

@@ -134,11 +134,11 @@ module "bucket-gcs-notification" {
| name | description | sensitive |
|---|---|:---:|
| [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. | |
| [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. | |
<!-- END TFDOC -->

View File

@@ -56,6 +56,7 @@ module "bucket-default" {
| name | description | sensitive |
|---|---|:---:|
| [id](outputs.tf#L17) | ID of the created bucket. | |
| [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. | |
<!-- END TFDOC -->

View File

@@ -111,9 +111,10 @@ module "pubsub" {
| name | description | sensitive |
|---|---|:---:|
| [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. | |
| [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. | |
<!-- END TFDOC -->

View File

@@ -14,8 +14,6 @@
from collections import Counter
from icecream import ic
def test_sinks(plan_runner):
"Test folder-level sinks."