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
Every Terraform Run results in a modifcation of the resource propelauth_fe_integration. While I could ignore changes, this seems like a scenario where I shouldn't need too:
# module.propelauth.propelauth_fe_integration.app will be updated in-place
~ resource"propelauth_fe_integration""app" {
~ application_url=""->"https://<endpoint>"
~ login_redirect_path=""->"/"
~ logout_redirect_path=""->"/"# (1 unchanged attribute hidden)
}
No changes to this resource have been manually entered and this happens with every run.
The text was updated successfully, but these errors were encountered:
@awolfson2 I haven't been able to repro this behavior. Could you share more details on the HCL you've written for your propelauth_fe_integration resource?
Every Terraform Run results in a modifcation of the resource
propelauth_fe_integration
. While I could ignore changes, this seems like a scenario where I shouldn't need too:No changes to this resource have been manually entered and this happens with every run.
The text was updated successfully, but these errors were encountered: