cobbler

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a Cobbler provider that stores the username, password, and URL for the application in the variables named var.cobbler, var.cobbler_password, and var.cobbler_url.

    Shortcut: tf_cobbler

    provider "cobbler" {
       username = "\${var.cobbler}"
       password = "\${var.cobbler_password}"
       url  = "\${var.cobbler_url}"
    }
    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.