Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
[Terraform] Redis6.xについてterraformに不具合があり、更新エラーとなるためコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
hhashimoto committed Apr 4, 2021
1 parent c5f4ef1 commit f6380d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/example/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ resource "aws_elasticache_replication_group" "example" {
replication_group_id = "example"
replication_group_description = "Cluster Disabled"
engine = "redis"
engine_version = "6.x"
# engine_version = "6.x"
number_cache_clusters = 3
node_type = "cache.m3.medium"
snapshot_window = "09:10-10:10"
Expand Down

0 comments on commit f6380d0

Please sign in to comment.