Skip to content
New issue

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 #611

Open
mattdot opened this issue Mar 3, 2025 · 0 comments
Open

Removing attribute should reset that attribute to default value #611

mattdot opened this issue Mar 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mattdot
Copy link
Member

mattdot commented Mar 3, 2025

Describe the bug

Removing attribute should reset that attribute to default value. This is a mass refactoring across all resources.

Sample Terraform Code

resource powerplatform_environment {
        Description = "Set to something"
}

update

resource powerplatform_environment {
}

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

  • Provider Version: [e.g. 0.2.2]
  • OS & Version: [e.g. Windows, Linux, MacOS]

Additional context

Add any other context about the problem here.

Contribution

Do you plan to raise a PR to address this issue? YES / NO?

@mattdot mattdot added the bug Something isn't working label Mar 3, 2025
@mawasile mawasile added enhancement New feature or request resource terraform resource and removed bug Something isn't working labels Mar 4, 2025
@mattdot mattdot added bug Something isn't working and removed enhancement New feature or request resource terraform resource labels Mar 6, 2025
@mawasile mawasile self-assigned this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants