ibm_lb_vpx

    0

    0

    lucycodes42

    Terraform snippets

    This code creates an IBM_LB_Vpx resource with the name myResourceName in the dal09 datacenter and with the speed setting at 10 Mbps. The version is set to 10.1, and the plan is set to Standard. Finally, the ip_count is set to 2.

    Shortcut: tf_ibm_lb_vpx

    resource "ibm_lb_vpx" "${myResourceName}" {
       datacenter = "dal09"
       speed = 10
       version = "10.1"
       plan = "Standard"
       ip_count = 2
    }
    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.