SQL Server User Resource Triggers Modify Without Configuration Changes #63
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: stackit-dev-tools/terraform-provider-stackitprivatepreview#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When managing a SQL Server user via the STACKIT Terraform provider, running terraform apply without any configuration changes still results in a modify operation on the resource.
The SQL Server user resource is not behaving idempotently. Even though no attributes were changed in the Terraform configuration, the provider detects a difference and triggers an update.
This leads to unnecessary modifications and may cause state inconsistencies or follow-up errors.
Steps to reproduce
terraform ...Actual behavior
Please describe the current behavior of the STACKIT Terraform provider. Don't forget to add detailed information like error messages.
Expected behavior
Please describe the behavior which you would expect from the STACKIT Terraform provider in that case.
Terraform detects a change in the SQL Server user resource and attempts to modify it, even though no configuration changes were made.
implement a sorting og roles:
Not fixed - same behaviour occurs with tf alpha provider version 0.0.17-alpha