azurerm_storage_share

    0

    0

    lucycodes42

    Terraform snippets

    The following code creates a resource called "sharename" in the "test" resource group and stores data in the "sharename" storage account with a 50GB quota.

    Shortcut: tf_azurerm_storage_share

    resource "azurerm_storage_share" "${MyResource}" {
       name = "sharename"
       resource_group_name = "\${azurerm_resource_group.test.name}"
       storage_account_name = "\${azurerm_storage_account.test.name}"
       quota = 50
    }
    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.