azurerm_storage_account

    0

    0

    lucycodes42

    Terraform snippets

    The azurerm_storage_account resource defines a storage account for your Azure resource group. The name and location are mandatory parameters. The tier and replication type are optional.

    Shortcut: tf_azurerm_storage_account

    resource "azurerm_storage_account" "MyResourceName" {
       name = "MyStorageAccountName"
       resource_group_name = "azurerm_resource_group_name"
       location = "West US"
       account_tier = "Standard"
       account_replication_type = "GRS"
    }
    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.