Data Source: azurerm_storage_sync_group

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

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_storage_sync_group" "example" {
  name            = "existing-ss-group"
  storage_sync_id = "existing-ss-id"
}

output "id" {
  value = data.azurerm_storage_sync_group.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: