# Terraform AWS provider aws_mq_configuration skip_destroy no-op destroy legacy behavior minor release

Status: search-observed
Product: Terraform AWS provider
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/terraform-aws-provider-aws-mq-configuration-skip-destroy-no-op-destroy-legacy-behavior-minor-rel
Machine JSON: https://gitdocs.org/api/fixes/terraform-aws-provider-aws-mq-configuration-skip-destroy-no-op-destroy-legacy-behavior-minor-rel.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 skip_destroy no-op destroy legacy behavior minor release
- site:github.com/hashicorp/terraform-provider-aws aws_mq_configuration skip_destroy
- Terraform AWS MQ configuration destroy provider change
- AWS provider aws_mq_configuration skip_destroy Terraform registry
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_configuration
- https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/website/docs/r/mq_configuration.html.markdown
- 'skip_destroy' in https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/website/docs/r/mq_configuration.html.markdown
- https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/website/docs/r/mq_broker.html.markdown
- "skip_destroy" "mq_configuration"
- terraform-provider-aws changelog mq_configuration delete configuration
- https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/CHANGELOG.md
- 'mq_configuration' in https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/CHANGELOG.md

## Sources

- Terraform AWS provider 6.42.0: https://github.com/hashicorp/terraform-provider-aws/releases
- Official reference opened by Codex: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_configuration
- Official reference opened by Codex: https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/website/docs/r/mq_configuration.html.markdown
- Official reference opened by Codex: https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/website/docs/r/mq_broker.html.markdown
- Official reference opened by Codex: https://raw.githubusercontent.com/hashicorp/terraform-provider-aws/main/CHANGELOG.md
