Skip to content

Commit 2cceec6

Browse files
BeryJutanberry
andauthored
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>
1 parent 30fcdbf commit 2cceec6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ slug: "/releases/2024.8"
4747
}
4848
```
4949

50+
- **Terraform Resource rename**
51+
52+
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`.
53+
54+
These resources have been renamed:
55+
56+
- `authentik_property_mapping_google_workspace`
57+
- `authentik_property_mapping_ldap`
58+
- `authentik_property_mapping_microsoft_entra`
59+
- `authentik_property_mapping_rac`
60+
- `authentik_property_mapping_radius`
61+
- `authentik_property_mapping_saml`
62+
- `authentik_property_mapping_scim`
63+
5064
### Manual action _may_ be required
5165

5266
- **Changes to the external user type**

0 commit comments

Comments
 (0)