ibm_lb_vpx_ha

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a resource called "ibm_lb_vpx_ha" with the following attributes:

    primary_id: The id of the Primary IBM LBP VPS

    secondary_id: The id of the Secondary IBM LBP VPS

    stay_secondary: true

    Shortcut: tf_ibm_lb_vpx_ha

    resource "ibm_lb_vpx_ha" "${myResourceName}" {
    primary_id = "${ibm_lb_vpx.lb_vpx.id}"
    secondary_id = "${ibm_lb_vpx.lb_vpx.id}"
    stay_secondary = true
    }
    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.