Data Source: azurerm_redis_cache

Use this data source to access information about an existing Redis Cache

Example Usage

data "azurerm_redis_cache" "example" {
  name                = "myrediscache"
  resource_group_name = "redis-cache"
}

output "primary_access_key" {
  value = data.azurerm_redis_cache.example.primary_access_key
}

output "hostname" {
  value = data.azurerm_redis_cache.example.hostname
}

Argument Reference

Attributes Reference


A patch_schedule block supports the following:


A redis_configuration block exports the following:

Timeouts

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