Policy Packs
Enforce AWS DMS Replication Instances Are Not Publicly Accessible

Policy Setting: AWS > DMS > Replication Instance > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_dms_replication_instance_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-dms#/policy/types/replicationInstanceApproved"
value = "Check: Approved"
# value = "Enforce: Stop unapproved"
# value = "Enforce: Stop unapproved if new"
# value = "Enforce: Delete unapproved if new"
}