We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d3506 commit 4065677Copy full SHA for 4065677
metadata.yaml
@@ -202,6 +202,12 @@ spec:
202
- name: topic_kms_key_name
203
description: The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.
204
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]
211
- name: grant_bigquery_project_roles
212
description: Specify true if you want to add bigquery.metadataViewer and bigquery.dataEditor roles to the default Pub/Sub SA.
213
varType: bool
0 commit comments