azurerm_availability_set

    0

    0

    lucycodes42

    Terraform snippets

    The azurerm_availability_set resource sets an availability set for the my-${MyResource}-name resource in the test resource group in the West US location.

    Shortcut: tf_azurerm_availability_set

    resource "azurerm_availability_set" "${MyResource}" {
       name = "my-${MyResource}-name"
       resource_group_name = "\${azurerm_resource_group.test.name}"
       location = "West US"
    }
    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.