Policy Packs
Enforce Install Packages on AWS EC2 Instances Using SSM Package Installer

Policy Setting: AWS > SSM > Stack

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_ssm_stack" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-ssm#/policy/types/ssmStack"
value = "Check: Configured"
# value = "Enforce: Configured"
}