...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/compute_v1beta1_computefirewallpolicy.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector ComputeFirewallPolicy
     2markdownDescription: Creates yaml for a ComputeFirewallPolicy resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeFirewallPolicy
     6  metadata:
     7    name: \${1:computefirewallpolicy-name}
     8  spec:
     9    organizationRef:
    10      external: \${2:organizations/[ORG_ID?]}
    11    shortName: \${3:[PROJECT_ID?]-short}
    12    description: \${4:A basic organization firewall policy}

View as plain text