azurerm_elastic_san

Manages an Elastic SAN resource.

Example Usage

resource "azurerm_resource_group" "example" {
  name     = "example-resources"
  location = "West Europe"
}
resource "azurerm_elastic_san" "example" {
  name                 = "example"
  resource_group_name  = azurerm_resource_group.example.name
  location             = azurerm_resource_group.example.location
  base_size_in_tib     = 1
  extended_size_in_tib = 2
  sku {
    name = "example-value"
  }
}

Arguments Reference

The following arguments are supported:


The sku block supports the following arguments:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

An existing Elastic SAN can be imported into Terraform using the resource id, e.g.

terraform import azurerm_elastic_san.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ElasticSan/elasticSans/esan1