Data Source: azurerm_storage_sync

Use this data source to access information about an existing Storage Sync.

Example Usage

data "azurerm_storage_sync" "example" {
  name                = "existingStorageSyncName"
  resource_group_name = "existingResGroup"
}

output "id" {
  value = data.azurerm_storage_sync.example.id
}

Arguments Reference

The following arguments are supported:

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: