AzureAD v3 - azuread_conditional_access_policy
property authentication_strength_policy_id
requires UUID
#1497
Milestone
azuread_conditional_access_policy
property authentication_strength_policy_id
requires UUID
#1497
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_3.0.0
Terraform Configuration Files
Debug Output
Panic Output
│ Error: expected "grant_controls.0.authentication_strength_policy_id" to be a valid UUID, got /policies/authenticationStrengthPolicies/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
Expected Behavior
It should accept the value
/policies/authenticationStrengthPolicies/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
Actual Behavior
It tries to validate the string
/policies/authenticationStrengthPolicies/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
as a UUID, which it is not.Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: