1label: Config Connector ComputeTargetTCPProxy 2markdownDescription: Creates yaml for a ComputeTargetTCPProxy resource 3insertText: | 4 apiVersion: compute.cnrm.cloud.google.com/v1beta1 5 kind: ComputeTargetTCPProxy 6 metadata: 7 name: \${1:computetargettcpproxy-name} 8 spec: 9 description: \${2:A sample TCP proxy.} 10 backendServiceRef: 11 name: \${3:computetargettcpproxy-dep}