scaleway_volume_attachment

    0

    0

    lucycodes42

    Terraform snippets

    The Scaleway Volume Attachment resource defines a Scaleway volume named "my-volume" that is attached to a Scaleway server named "test.id".

    Shortcut: tf_scaleway_volume_attachment

    resource "scaleway_volume_attachment" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
       server = "\${scaleway_server.test.id}"
       volume = "\${scaleway_volume.test.id}"
    }
    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.