Skip to content

Commit b444569

Browse files
authored
Update metadata.yaml
1 parent 988524c commit b444569

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

metadata.yaml

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2525
sourceType: git
26-
version: 5.4.2
26+
version: 1.0.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>= 0.13'
@@ -212,30 +212,16 @@ spec:
212212
default: []
213213
required: false
214214
outputs:
215-
- name: bigquery_dataset
216-
description: Bigquery dataset resource.
217-
- name: bigquery_external_tables
218-
description: Map of BigQuery external table resources being provisioned.
219-
- name: bigquery_tables
220-
description: Map of bigquery table resources being provisioned.
221-
- name: bigquery_views
222-
description: Map of bigquery view resources being provisioned.
223-
- name: external_table_ids
224-
description: Unique IDs for any external tables being provisioned
225-
- name: external_table_names
226-
description: Friendly names for any external tables being provisioned
227-
- name: project
228-
description: Project where the dataset and tables are created
229-
- name: routine_ids
230-
description: Unique IDs for any routine being provisioned
231-
- name: table_ids
232-
description: Unique id for the table being provisioned
233-
- name: table_names
234-
description: Friendly name for the table being provisioned
235-
- name: view_ids
236-
description: Unique id for the view being provisioned
237-
- name: view_names
238-
description: friendlyname for the view being provisioned
215+
- name: env_vars
216+
description: Exported environment variables
217+
type:
218+
- object
219+
- BIGQUERY_DATASET: string
220+
BIGQUERY_TABLES: string
221+
BIGQUERY_VIEWS: string
222+
BIGQUERY_MATERIALIZED_VIEWS: string
223+
BIGQUERY_EXTERNAL_TABLES: string
224+
BIGQUERY_ROUTINES: string
239225
roles:
240226
- level: Project
241227
roles:

0 commit comments

Comments
 (0)