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

* website/docs: add note about terraform provider

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

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

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
Jens L.
2024-09-04 19:49:39 +02:00
committed by GitHub
parent 30fcdbf05f
commit 2cceec66fa

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 ### Manual action _may_ be required
- **Changes to the external user type** - **Changes to the external user type**