|
23 | 23 | source: |
24 | 24 | repo: https://github.com/terraform-google-modules/terraform-google-bigquery |
25 | 25 | sourceType: git |
26 | | - version: 5.4.2 |
| 26 | + version: 1.0.0 |
27 | 27 | actuationTool: |
28 | 28 | type: Terraform |
29 | 29 | version: '>= 0.13' |
@@ -212,30 +212,16 @@ spec: |
212 | 212 | default: [] |
213 | 213 | required: false |
214 | 214 | 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 |
239 | 225 | roles: |
240 | 226 | - level: Project |
241 | 227 | roles: |
|
0 commit comments