mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix(elasticache): get correct automatic failover attribute (#5084)
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8a8c2b5097
commit
21ac395d4c
@@ -107,7 +107,7 @@ class ElastiCache(AWSService):
|
||||
"AutoMinorVersionUpgrade", False
|
||||
),
|
||||
automatic_failover=repl_group.get(
|
||||
"AutomaticFailoverStatus", "disabled"
|
||||
"AutomaticFailover", "disabled"
|
||||
),
|
||||
)
|
||||
except Exception as error:
|
||||
|
||||
Reference in New Issue
Block a user