website/docs: add note about terraform provider (cherry-pick #11206) (#11208)

website/docs: add note about terraform provider (#11206)

* website/docs: add note about terraform provider



* Update website/docs/releases/2024/v2024.8.md



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-09-04 19:50:00 +02:00
committed by GitHub
parent dd75d5f54b
commit 437efda649

View File

@ -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**