issues
search
kionsoftware
/
terraform-provider-kion
Terraform Provider for Kion
Mozilla Public License 2.0
5
stars
4
forks
source link
Release 0.3.17 - Permission Management, Users, Webhooks, Account Aliases and Refactoring
#89
Closed
bshutterkion
closed
2 months ago
bshutterkion
commented
2 months ago
Description
Added
Introduced permission mapping management for funding sources, OUs, projects, and global permissions.
Added support for managing webhooks and retrieving user data with new resources and data sources.
Account alias field added to all account-related resources for better identification.
Changed
Refactored helper functions for improved efficiency and code quality.
Enhanced error handling across account-related resources and project enforcement.
Removed
Deprecated
OptionalString
function in favor of the more versatile
OptionalValue
.
Fixed
Standardized the handling of optional fields across various resources.
Resolved issues with redundant error handling by centralizing logic.
Normalized JSON fields in webhook resources to prevent unnecessary changes.
Description
Added
Changed
Removed
OptionalString
function in favor of the more versatileOptionalValue
.Fixed