ibm_app

    0

    0

    lucycodes42

    Terraform snippets

    The code defines an IBM Application resource with the name "myResourceName" and the GUID "${data.ibm_space.myResourceName-space.id}". The application path is "/test/app1.zip", and the wait time is set to 90 minutes.

    Shortcut: tf_ibm_app

    resource "ibm_app" "${myResourceName}" {
    name              = "my-${myResourceName}"
    space_guid        = "${data.ibm_space.myResourceName-space.id}"
    app_path          = "/test/app1.zip"
    wait_time_minutes = 90
    }
    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.