1label: Config Connector ComputeBackendBucket 2markdownDescription: Creates yaml for a ComputeBackendBucket resource 3insertText: | 4 apiVersion: compute.cnrm.cloud.google.com/v1beta1 5 kind: ComputeBackendBucket 6 metadata: 7 labels: 8 \${1:label-one}: \${2:value-one} 9 name: \${3:computebackendbucket-name} 10 spec: 11 bucketRef: 12 name: \${4:[PROJECT_ID?]-backendbucket-dep-basic} 13 description: \${5:contains a reference to a bucket for use with HTTP(S) load-balancing}