vcd

    0

    0

    lucycodes42

    Terraform snippets

    The following code creates a new vcd provider.

    var vcd_provider = new vcd.

    Shortcut: tf_vcd

    provider "vcd" {
       user                 = "\${var.vcd_user}"
       password             = "\${var.vcd_pass}"
       org                  = "\${var.vcd_org}"
       url                  = "\${var.vcd_url}"
       vdc                  = "\${var.vcd_vdc}"
       maxRetryTimeout      = "\${var.vcd_maxRetryTimeout}"
       allow_unverified_ssl = "\${var.vcd_allow_unverified_ssl}"
    }
    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.