...
1label: Config Connector ComputeTargetHTTPSProxy
2markdownDescription: Creates yaml for a ComputeTargetHTTPSProxy resource
3insertText: |
4 apiVersion: compute.cnrm.cloud.google.com/v1beta1
5 kind: ComputeTargetHTTPSProxy
6 metadata:
7 name: \${1:computetargethttpsproxy-name}
8 spec:
9 description: \${2:A sample proxy}
10 urlMapRef:
11 name: \${3:computetargethttpsproxy-dep}
12 sslCertificates:
13 - name: \${4:computetargethttpsproxy-dep}
14 sslPolicyRef:
15 name: \${5:computetargethttpsproxy-dep}
16 quicOverride: \${6:ENABLE}
17 location: \${7:global}
View as plain text