...
1label: Config Connector ComputeExternalVPNGateway
2markdownDescription: Creates yaml for a ComputeExternalVPNGateway resource
3insertText: |
4 apiVersion: compute.cnrm.cloud.google.com/v1beta1
5 kind: ComputeExternalVPNGateway
6 metadata:
7 labels:
8 \${1:label-one}: \${2:value-one}
9 name: \${3:computeexternalvpngateway-name}
10 spec:
11 description: \${4:an external vpn gateway}
12 redundancyType: \${5:SINGLE_IP_INTERNALLY_REDUNDANT}
13 interface:
14 - id: \${6:0}
15 ipAddress: \${7:8.8.8.8}
View as plain text