You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Describe the bug
The rule looks for encryption to be enabled on all resources of type aws_elasticache_replication_group. However, setting transit_encryption_enabled on a aws_elasticache_replication_group with the global_replication_group_id results in an error: "global_replication_group_id": conflicts with transit_encryption_enabled. The rule should only look for the property on aws_elasticache_replication_group instances with global_replication_group_id unset (primary)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The rule looks for encryption to be enabled on all resources of type
aws_elasticache_replication_group
. However, settingtransit_encryption_enabled
on aaws_elasticache_replication_group
with theglobal_replication_group_id
results in an error: "global_replication_group_id": conflicts with transit_encryption_enabled. The rule should only look for the property onaws_elasticache_replication_group
instances withglobal_replication_group_id
unset (primary)The text was updated successfully, but these errors were encountered: