...
1label: Config Connector DNSManagedZone
2markdownDescription: Creates yaml for a DNSManagedZone resource
3insertText: |
4 apiVersion: dns.cnrm.cloud.google.com/v1beta1
5 kind: DNSManagedZone
6 metadata:
7 labels:
8 \${1:label-one}: \${2:value-one}
9 name: \${3:dnsmanagedzone-name}
10 spec:
11 description: \${4:Example DNS zone}
12 dnsName: \${5:cnrm-dns-example.com.}
13 visibility: \${6:private}
14 privateVisibilityConfig:
15 networks:
16 - networkRef:
17 name: \${7:dnsmanagedzone-dep}
View as plain text