FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_storage_queue

Creates a new storage queue within a given storage service on Azure.

Example Usage

resource "azure_storage_queue" "stor-queue" {
    name = "terraform-storage-queue"
    storage_service_name = "tfstorserv"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io