google_compute_instance_group_manager

    0

    1

    lucycodes42

    Terraform snippets

    The google_compute_instance_group_manager resource sets up a named instance group.

    Shortcut: tf_google_compute_instance_group_manager

    resource "google_compute_instance_group_manager" "${MyResource}" {
       name = "example-name"
       description = "example-description"
       base_instance_name = "example-base_instance_name"
       instance_template = "\${google_compute_instance_template.foobar.self_link}"
       zone = "us-central1-a"
    }
    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.