Skip to content

Commit

Permalink
fix(elasticache): get correct automatic failover attribute (#5084)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Garcia <[email protected]>
  • Loading branch information
HugoPBrito and MrCloudSec authored Sep 18, 2024
1 parent 8a8c2b5 commit 21ac395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _describe_replication_groups(self, regional_client):
"AutoMinorVersionUpgrade", False
),
automatic_failover=repl_group.get(
"AutomaticFailoverStatus", "disabled"
"AutomaticFailover", "disabled"
),
)
except Exception as error:
Expand Down

0 comments on commit 21ac395

Please sign in to comment.