Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propelauth_fe_integration isn't idempotent #21

Open
awolfson2 opened this issue Nov 12, 2024 · 1 comment
Open

propelauth_fe_integration isn't idempotent #21

awolfson2 opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@awolfson2
Copy link

awolfson2 commented Nov 12, 2024

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.

@mrmauer mrmauer self-assigned this Nov 13, 2024
@mrmauer
Copy link
Collaborator

mrmauer commented Nov 13, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants