...
1label: Config Connector DNSPolicy
2markdownDescription: Creates yaml for a DNSPolicy resource
3insertText: |
4 apiVersion: dns.cnrm.cloud.google.com/v1beta1
5 kind: DNSPolicy
6 metadata:
7 name: \${1:dnspolicy-name}
8 spec:
9 alternativeNameServerConfig:
10 targetNameServers:
11 - ipv4Address: \${2:104.132.166.92}
12 description: \${3:Example DNS policy}
13 enableInboundForwarding: \${4:true}
14 enableLogging: \${5:true}
15 networks:
16 - networkRef:
17 name: \${6:dnspolicy-dep}
View as plain text