Intelligent Assessment: Natural language Guardrails powered by AI →
Policy Packs
Enforce AWS VPC Elastic IPs Are Deleted

Policy Setting: AWS > VPC > Elastic IP > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "vpc_elastic_ip_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-vpc-internet#/policy/types/elasticIpApproved"
value = "Check: Approved"
# value = "Enforce: Delete unapproved if new"
}