diff --git a/website/docs/releases/2024/v2024.8.md b/website/docs/releases/2024/v2024.8.md index adbe3f0802..46fcc2b6bb 100644 --- a/website/docs/releases/2024/v2024.8.md +++ b/website/docs/releases/2024/v2024.8.md @@ -47,6 +47,20 @@ slug: "/releases/2024.8" } ``` +- **Terraform Resource rename** + + Several resources in the Terraform provider have been renamed to align with new functionality. This mainly applies to property mapping-related resources. With the authentik version 2024.8.1 of the Terraform provider, both the old and new resources are available, and resources can be moved to the new name using `terraform state mv`. + + These resources have been renamed: + + - `authentik_property_mapping_google_workspace` + - `authentik_property_mapping_ldap` + - `authentik_property_mapping_microsoft_entra` + - `authentik_property_mapping_rac` + - `authentik_property_mapping_radius` + - `authentik_property_mapping_saml` + - `authentik_property_mapping_scim` + ### Manual action _may_ be required - **Changes to the external user type**