File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
examples/Azure_Cache_for_Redis_with_Cluster Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
# .tfstate files
5
5
* .tfstate
6
6
* .tfstate. *
7
- * .terraform.lock.hcl
7
+ * .terraform.lock.hcl *
8
8
9
9
# Crash log files
10
10
crash.log
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module "redis" {
29
29
maxmemory_policy = " allkeys-lru"
30
30
}
31
31
32
- # Azure Cache for Redis firewall filter rules are used to provide specific source IP access.
32
+ # Azure Cache for Redis firewall filter rules are used to provide specific source IP access.
33
33
# Azure Redis Cache access is determined based on start and end IP address range specified.
34
34
# As a rule, only specific IP addresses should be granted access, and all others denied.
35
35
# "name" (ex. azure_to_azure or desktop_ip) may only contain alphanumeric characters and underscores
You can’t perform that action at this time.
0 commit comments