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
The API response may contain milliseconds, and the provider sets it to state without formatting. It should be parsed in the provider to avoid this issue.
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_application_password
Terraform Configuration Files
Debug Output
Not applicable.
Panic Output
Not applicable.
Expected Behavior
The RFC3339 output of
expiration_date
should be formatted such as the documentation states:2018-01-01T01:02:03Z
Actual Behavior
The output includes milliseconds which introduces constant changes which have no effective change in the state or infrastructure.
Steps to Reproduce
terraform apply
Important Factoids
Not applicable.
References
https://github.com/hashicorp/terraform-provider-azuread/blob/main/docs/resources/application_password.md?plain=1#L58
The resource documentation states it will be RFC3339 compliant with 2-digits for the seconds.
The text was updated successfully, but these errors were encountered: