Setting the file. One moment.
Subchapter 16.20
examples/conversion/elasticache-redis-replication-group-encryption-at-transit-enabled/README.mdMarkdown777 BView on GitHub
elasticache-redis-replication-group-encryption-at-transit-enabled.sentinel
Perfect
This is a direct boolean check on a single planned resource type. The Sentinel logic checks whether transit_encryption_enabled is true on aws_elasticache_replication_group, and tfpolicy can express the same rule directly.
maps.get(res, "values.transit_encryption_enabled", ...) becomes core::try(attrs.transit_encryption_enabled, false)No significant tfpolicy limitation blocks this conversion.