validate_gdpr_config
Validate Infrastructure as Code against GDPR mandates before deployment, checking encryption, public access, log retention, data tags, and residency.
Instructions
Validate IaC configuration against GDPR mandatory requirements BEFORE deploying.
Checks for: missing encryption at rest/in transit, public endpoints without justification, insufficient log retention, missing data classification tags, non-EU data residency.
Args: code: The IaC code content file_type: 'bicep', 'terraform', or 'arm' strict_mode: If True, fail on any GDPR violation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| file_type | Yes | ||
| strict_mode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |