Skip to content

Commit 744ae3e

Browse files
committed
Update description
1 parent 8edb2a0 commit 744ae3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ This module provisions a dataset and a list of tables with associated JSON schem
215215
| bigquery\_external\_tables | Map of BigQuery external table resources being provisioned. |
216216
| bigquery\_tables | Map of bigquery table resources being provisioned. |
217217
| bigquery\_views | Map of bigquery view resources being provisioned. |
218-
| computed\_table\_ids | An identifier for the resource with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}} |
218+
| computed\_table\_ids | Unique computed IDs for the table with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}} |
219219
| env\_vars | Exported environment variables |
220220
| external\_table\_ids | Unique IDs for any external tables being provisioned |
221221
| external\_table\_names | Friendly names for any external tables being provisioned |

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ spec:
330330
- object
331331
- {}
332332
- name: computed_table_ids
333-
description: An identifier for the resource with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}}
333+
description: Unique computed IDs for the table with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}}
334334
- name: env_vars
335335
description: Exported environment variables
336336
type:

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ output "computed_table_ids" {
5252
for table in google_bigquery_table.main :
5353
table.id
5454
]
55-
description = "An identifier for the resource with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}}"
55+
description = "Unique computed IDs for the table with format projects/{{project}}/datasets/{{dataset}}/tables/{{name}}"
5656
}
5757

5858
output "table_names" {

0 commit comments

Comments
 (0)