terraform-provider-avi
terraform-provider-avi copied to clipboard
avi_authprofile resource always indicates a change is required.
Describe the bug
Every time terraform apply is executed it is always indicated that the avi_authprofile resource will be changed even when executed immediately after the first execution.
Reproduction steps
- Execute terraform apply. 2.Accept changes to avi_authprofile resource
- Execute terraform apply again.
- terraform always indicates that the avi_authprofile resource will be updated.
Expected behavior
If no updates are required none should be made.
Additional context
No response