We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing attribute should reset that attribute to default value. This is a mass refactoring across all resources.
resource powerplatform_environment { Description = "Set to something" }
update
resource powerplatform_environment { }
should result in description being set to default value of ""
A clear and concise description of what you expected to happen.
Add any other context about the problem here.
Do you plan to raise a PR to address this issue? YES / NO?
The text was updated successfully, but these errors were encountered:
mawasile
No branches or pull requests
Describe the bug
Removing attribute should reset that attribute to default value. This is a mass refactoring across all resources.
Sample Terraform Code
update
should result in description being set to default value of ""
Expected behavior
A clear and concise description of what you expected to happen.
System Information
Additional context
Add any other context about the problem here.
Contribution
Do you plan to raise a PR to address this issue? YES / NO?
The text was updated successfully, but these errors were encountered: