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