azurerm_storage_container

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a new azurerm_storage_container named "vhds" in the test resource group. The name is set to "vhds" and the storage_account_name is set to "test.name". The container_access_type is set to "private".

    Shortcut: tf_azurerm_storage_container

    resource "azurerm_storage_container" "${MyResource}" {
       name = "vhds"
       resource_group_name = "\${azurerm_resource_group.test.name}"
       storage_account_name = "\${azurerm_storage_account.test.name}"
       container_access_type = "private"
    }
    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.