You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource - citrix_stf_user_farm_mapping
Error Message: Attribute group_members[0].account_sid must be in Active Directory SID format, got : S-1-5-21-1177238911-1767777339-725725527-22522516
Resource - citrix_stf_user_farm_mapping
Error Message: Attribute group_members[0].account_sid must be in Active Directory SID format, got : S-1-5-21-1177238911-1767777339-725725527-22522516
ActiveDirectorySidRegex validation is failing.
https://github.com/citrix/terraform-provider-citrix/blob/ce30cea5b62e758acd045f0021fb0b5a2a67ec11/internal/storefront/stf_multi_site/stf_user_farm_mapping_resource_model.go#L47
https://github.com/citrix/terraform-provider-citrix/blob/ce30cea5b62e758acd045f0021fb0b5a2a67ec11/internal/util/common.go#L103
// Active Directory Sid
const ActiveDirectorySidRegex string =
^S-1-[0-59]-\d{2}-\d{8,10}-\d{8,10}-\d{8,10}-[1-9]\d{3}**$**
Please fix this ActiveDirectorySidRegex
The text was updated successfully, but these errors were encountered: