google_compute_project_metadata

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a Google Compute Project metadata object. In the metadata object, the foo property has the value "bar", the fizz property has the value "buzz", and the 13 property has the value "42".

    Shortcut: tf_google_compute_project_metadata

    resource "google_compute_project_metadata" "${MyResource}" {
       metadata {
           foo  = "bar"
           fizz = "buzz"
           13   = "42"
       }
    }
    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.