Bug fixes
- Guardrails stack controls that created or claimed IAM roles would sometimes run unnecessarily due to a mismatch in the default value for
force_detach_policies
in the Terraform mapping for the resource type. We have now removed the conflicting default to prevent such unnecessary executions. You now need to explicitly defineforce_detach_policies
to override the existing Terraform default value (if required by your use case).