Skip to content

Commit 4065677

Browse files
authored
feat: Adding connection to kms for pubsub topic (#288)
1 parent 42d3506 commit 4065677

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ spec:
202202
- name: topic_kms_key_name
203203
description: The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.
204204
varType: string
205+
connections:
206+
- source:
207+
source: github.com/terraform-google-modules/terraform-google-kms
208+
version: ">= 4.1.1"
209+
spec:
210+
outputExpr: key_id_list[0]
205211
- name: grant_bigquery_project_roles
206212
description: Specify true if you want to add bigquery.metadataViewer and bigquery.dataEditor roles to the default Pub/Sub SA.
207213
varType: bool

0 commit comments

Comments
 (0)