File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
5858output "table_names" {
You can’t perform that action at this time.
0 commit comments