Skip to content

Commit 66b45ee

Browse files
committed
examples for version 1.0
1 parent 8b46224 commit 66b45ee

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ module "redis" {
5555
}
5656
5757
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
58-
# Clustered caches are patched one shard at a time.
59-
# The Patch Window lasts for 5 hours from the start_hour_utc
58+
# Clustered caches are patched one shard at a time.
59+
# The Patch Window lasts for 5 hours from the `start_hour_utc`
6060
patch_schedule = {
61-
days_of_week = "Monday"
62-
start_hour_utc = 21
61+
day_of_week = "Saturday"
62+
start_hour_utc = 10
6363
}
6464
6565
#Azure Cache for Redis firewall filter rules are used to provide specific source IP access.

examples/Azure_Cache_for_Redis_with_Private_Endpoint/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ module "redis" {
4141
}
4242
4343
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
44-
# Clustered caches are patched one shard at a time.
45-
# The Patch Window lasts for 5 hours from the start_hour_utc
44+
# Clustered caches are patched one shard at a time.
45+
# The Patch Window lasts for 5 hours from the `start_hour_utc`
4646
patch_schedule = {
47-
days_of_week = "Monday"
48-
start_hour_utc = 21
47+
day_of_week = "Saturday"
48+
start_hour_utc = 10
4949
}
5050
5151
#Azure Cache for Redis firewall filter rules are used to provide specific source IP access.

examples/Azure_Cache_for_Redis_with_Private_Endpoint/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ module "redis" {
3232
}
3333

3434
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
35-
# Clustered caches are patched one shard at a time.
36-
# The Patch Window lasts for 5 hours from the start_hour_utc
35+
# Clustered caches are patched one shard at a time.
36+
# The Patch Window lasts for 5 hours from the `start_hour_utc`
3737
patch_schedule = {
38-
days_of_week = "Monday"
39-
start_hour_utc = 21
38+
day_of_week = "Saturday"
39+
start_hour_utc = 10
4040
}
4141

4242
#Azure Cache for Redis firewall filter rules are used to provide specific source IP access.

0 commit comments

Comments
 (0)