clc

    0

    0

    lucycodes42

    Terraform snippets

    The code above creates a provider named "clc" with the following configuration:

    username - the username of the user password - the password of the user account - the account name of the user

    If the account name is not specified, the code will use the user's login name.

    Shortcut: tf_clc

    provider "clc" {
       username = "\${var.clc_username}"
       password = "\${var.clc_password}"
       account  = "\${var.clc_account}" # optional
    }
    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.