Skip to content

Conversation

@liamcervante
Copy link
Contributor

We have several internal providers that wrap external providers and override functionality. These providers must handle setting write-only attributes to null automatically as Terraform expects this.

The mock provider in the testing framework, the unknown provider in stacks, and the override_resource functionality in the testing framework are all fixed in this PR.

Fixes #36819

Target release: v1.11.4

@liamcervante liamcervante added the 1.11-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Apr 2, 2025
@liamcervante liamcervante requested a review from a team as a code owner April 2, 2025 12:42
@radeksimko radeksimko added the 1.12-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Apr 2, 2025
DanielMSchmidt
DanielMSchmidt previously approved these changes Apr 2, 2025
@wyardley
Copy link

wyardley commented Apr 2, 2025

Wow, thanks for the quick fix @liamcervante 🙏 🚀

@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2025

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

1.11-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged 1.12-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mock provider errors on plan while testing write only attribute

5 participants