Setting the file. One moment.
Subchapter 16.18
examples/conversion/efs-access-point-should-enforce-user-identity/README.mdMarkdown727 BView on GitHub
efs-access-point-should-enforce-user-identity.sentinel
Perfect
This is a simple presence check on a single planned resource type. The Sentinel policy rejects aws_efs_access_point resources that do not define posix_user, and tfpolicy can express that directly with one resource_policy and one enforce block.
maps.get(res.values, "posix_user", {}) is not empty becomes core::try(attrs.posix_user, null) != nullNo significant tfpolicy limitation blocks this conversion.