Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 5.17 KB

tfdocs.md

File metadata and controls

61 lines (50 loc) · 5.17 KB

Requirements

No requirements.

Providers

Name Version
azurerm n/a
kubernetes n/a

Modules

No modules.

Resources

Name Type
azurerm_monitor_metric_alert.memory resource
azurerm_private_endpoint.main resource
azurerm_redis_cache.main resource
kubernetes_deployment.main resource
kubernetes_service.main resource
azurerm_monitor_action_group.main data source
azurerm_private_dns_zone.main data source
azurerm_resource_group.main data source
azurerm_resource_group.monitoring data source
azurerm_subnet.main data source

Inputs

Name Description Type Default Required
alert_window_size The period of time that is used to monitor alert activity e,g, PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H. The interval between checks is adjusted accordingly. string "PT5M" no
azure_capacity n/a number 1 no
azure_enable_monitoring n/a bool true no
azure_family n/a string "C" no
azure_maxmemory_policy n/a string "allkeys-lru" no
azure_memory_threshold n/a number 80 no
azure_minimum_tls_version n/a string "1.2" no
azure_patch_schedule n/a
list(object({
day_of_week = string,
start_hour_utc = optional(number),
maintenance_window = optional(string)
}))
[] no
azure_public_network_access_enabled n/a bool false no
azure_resource_prefix Prefix of Azure resources for the service string n/a yes
azure_sku_name n/a string "Standard" no
cluster_configuration_map Configuration map for the cluster
object({
resource_group_name = string,
resource_prefix = string,
dns_zone_prefix = optional(string),
cpu_min = number
})
n/a yes
config_short Short name of the configuration string n/a yes
environment Current application environment string n/a yes
name Name of the instance string null no
namespace Current namespace string n/a yes
server_version Version of Redis server string "6" no
service_name Name of the service string n/a yes
service_short Short name of the service string n/a yes
use_azure Whether to deploy using Azure Redis Cache service bool n/a yes

Outputs

Name Description
connection_string n/a
url n/a