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 creating a Terraform resource authentik_provider_proxy with a property_mappings array, the state of the resource on the server becomes inconsistent with respect to the state in the configuration.
The resource should maintain consistency between the configuration and the server state. Terraform should not attempt to remove "managed_mapping_id_1", "managed_mapping_id_2", "managed_mapping_id_3", and "managed_mapping_id_4", as these are considered "managed mappings" and should not be altered by Terraform during plan execution.
The text was updated successfully, but these errors were encountered:
Issue Description
When creating a Terraform resource
authentik_provider_proxy
with aproperty_mappings
array, the state of the resource on the server becomes inconsistent with respect to the state in the configuration.Steps to Reproduce
terraform apply
.Observed Behavior
Each time
terraform apply
is executed, Terraform attempts to modify the resource to remove someproperty_mappings
:Expected Behavior
The resource should maintain consistency between the configuration and the server state. Terraform should not attempt to remove "managed_mapping_id_1", "managed_mapping_id_2", "managed_mapping_id_3", and "managed_mapping_id_4", as these are considered "managed mappings" and should not be altered by Terraform during plan execution.
The text was updated successfully, but these errors were encountered: