# Terraform AWS provider aws_mq_configuration DeleteConfiguration destroy mq:DeleteConfiguration

Status: search-observed
Product: Terraform AWS provider
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/terraform-aws-provider-aws-mq-configuration-deleteconfiguration-destroy-mq-deleteconfiguration
Machine JSON: https://gitdocs.org/api/fixes/terraform-aws-provider-aws-mq-configuration-deleteconfiguration-destroy-mq-deleteconfiguration.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Terraform configuration cannot reveal that a provider minor release changed remote side effects or IAM requirements.

## Fix

```
Verifier checks intended lifecycle semantics, IAM changes, and no orphaning or unintended deletion. Check final remote state and least-privilege IAM after destroy.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Terraform AWS provider aws_mq_configuration DeleteConfiguration destroy mq:DeleteConfiguration
- aws_mq_configuration delete configuration Terraform provider DeleteConfiguration
- AWS MQ DeleteConfiguration IAM action DeleteConfiguration

## Sources

- Terraform AWS provider 6.42.0: https://github.com/hashicorp/terraform-provider-aws/releases
