FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_storage_service

Creates a new storage service on Azure in which storage containers may be created.

Example Usage

resource "azure_storage_service" "tfstor" {
    name = "tfstor"
    location = "West US"
    description = "Made by Terraform."
    account_type = "Standard_LRS"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io