You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating an existing harness_platform_service_account resource by adding an org_id, the resource is not recreated as expected.
Instead, the org_id is added to the state, but the actual resource remains unchanged.
This results in a failure because the resource was not moved to the specified organization.
Expected Behavior: The resource should be recreated with the new org_id.
Actual Behavior: The org_id is added to the state, but the resource is not recreated.
This leads to a failure because the actual resource was not moved to the specified organization.