google_container_cluster

    0

    1

    lucycodes42

    Terraform snippets

    This code creates a resource called "example-name" with the following properties:

    name: "example-name"

    description: "example-description"

    zone: "us-central1-a"

    initial_node_count: 1

    master_auth: { username: "mr.yoda", password: "adoy.

    Shortcut: tf_google_container_cluster

    resource "google_container_cluster" "${MyResource}" {
       name = "example-name"
       description = "example-description"
    
       zone = "us-central1-a"
       initial_node_count = 1
    
       master_auth {
           username = "mr.yoda"
           password = "adoy.rm"
       }
    }
    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.