google_compute_network

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a resource named "example-name" in the Google Compute Network namespace and sets the range of IP addresses that the resource can use to be 10.0.0.0/16.

    Shortcut: tf_google_compute_network

    resource "google_compute_network" "${MyResource}" {
       name = "example-name"
       ipv4_range = "10.0.0.0/16"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.