Setting the file. One moment.
Subchapter 16.28
examples/conversion/eventbridge-custom-event-bus-should-have-attached-policy/README.mdMarkdown1 KBView on GitHub
eventbridge-custom-event-bus-should-have-attached-policy.sentinel
Limited
The Sentinel version can compare planned event bus resources against planned policy resources cleanly inside its own collection-processing model. tfpolicy can approximate that by using core::getresources() and matching on event_bus_name, but this is not a full graph-aware translation.
core::getresources("aws_cloudwatch_event_bus_policy", {})event_bus_name) rather than graph/reference semanticscore::getresources() is useful for scoped lookups but is not a full replacement for Sentinel graph traversal