clc_group

    0

    0

    lucycodes42

    Terraform snippets

    The following code declares a resource named "clc_group" with the following properties: Name: "my-${myResourceName}" Description: "my-description-${myResourceName}" Location ID: "WA1"

    The "frontends" resource is a child of the "clc_group" resource and has the following properties: Name: "frontends" Description: "Description of frontends" Parent: "Default Group"

    Shortcut: tf_clc_group

    resource "clc_group" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
       location_id = "WA1"
       name = "frontends"
       parent = "Default Group"
    }
    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.