Skip to content

Commit b5792cc

Browse files
committed
updating docs and graph for version 1.0
1 parent d13adb5 commit b5792cc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# .tfstate files
55
*.tfstate
66
*.tfstate.*
7-
*.terraform.lock.hcl
7+
*.terraform.lock.hcl*
88

99
# Crash log files
1010
crash.log

examples/Azure_Cache_for_Redis_with_Cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module "redis" {
2929
maxmemory_policy = "allkeys-lru"
3030
}
3131

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.
3333
# Azure Redis Cache access is determined based on start and end IP address range specified.
3434
# As a rule, only specific IP addresses should be granted access, and all others denied.
3535
# "name" (ex. azure_to_azure or desktop_ip) may only contain alphanumeric characters and underscores

graph.png

355 KB
Loading

0 commit comments

Comments
 (0)