Skip to content

Commit 7d94bed

Browse files
authored
fix: Update metadata for connection with big table (#493)
1 parent bc40ac2 commit 7d94bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/instance_template/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ spec:
306306
source: github.com/GoogleCloudPlatform/terraform-google-bigtable
307307
version: ">= 0.1.0"
308308
spec:
309-
outputExpr: "{\"BIGTABLE_INSTANCE_ID\" : instance_id, \"BIGTABLE_TABLE_IDS\" : table_ids}"
309+
outputExpr: "{\"BIGTABLE_INSTANCE_ID\" : instance_id, \"BIGTABLE_TABLE_ID\" : table_ids[0]}"
310310
- source:
311311
source: github.com/GoogleCloudPlatform/terraform-google-regional-lb-http//modules/frontend
312312
version: ">= 0.4.0"

0 commit comments

Comments
 (0)