Skip to content

Commit a36248c

Browse files
authored
chore: Add bigtable connection metadata (#487)
1 parent b8510ac commit a36248c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/instance_template/metadata.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ spec:
297297
version: ^10.0
298298
spec:
299299
outputExpr: "{\"BIGQUERY_DATASET\" : env_vars.BIGQUERY_DATASET, \"BIGQUERY_TABLES\" : env_vars.BIGQUERY_TABLES, \"BIGQUERY_VIEWS\" : env_vars.BIGQUERY_VIEWS, \"BIGQUERY_MATERIALIZED_VIEWS\" : env_vars.BIGQUERY_MATERIALIZED_VIEWS, \"BIGQUERY_EXTERNAL_TABLES\" : env_vars.BIGQUERY_EXTERNAL_TABLES, \"BIGQUERY_ROUTINES\" : env_vars.BIGQUERY_ROUTINES}"
300+
- source:
301+
source: github.com/GoogleCloudPlatform/terraform-google-bigtable
302+
version: ">= 0.1.0"
303+
spec:
304+
outputExpr: "{\"BIGTABLE_INSTANCE_ID\" : instance_id, \"BIGTABLE_TABLE_IDS\" : table_ids}"
300305
- name: service_account
301306
description: Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template#service_account.
302307
varType: |-

0 commit comments

Comments
 (0)