PropelAuth / terraform-provider-propelauth

Use Terraform to manage your PropelAuth integration for authentication, B2B authorization, and user management.
https://registry.terraform.io/providers/PropelAuth/propelauth/latest/docs
0 stars 0 forks source link

Any attempt to set the propelauth_theme login_page_theme layout to split errors #14

Closed ttrevorr closed 2 weeks ago

ttrevorr commented 2 weeks ago

I get a a 502 error. image

resource "propelauth_theme" "this" {
  display_project_name = false
  header_font          = "OpenSans" #"Roboto" "Inter" "OpenSans" "Montserrat" "Lato" "Poppins" "Raleway" "Jost" "Fraunces" "Caveat" "PlusJakartaSans"
  body_font            = "OpenSans"
  login_page_theme = {
    layout          = "Split" #Frameless, Fame, Split
    split_login_page_parameters = {
      # content_type                    = "Text" #None, Text
      # direction                       = "Left" #Left, Right
      # header                          = "Monitoring you can trust"
      # secondary_background_text_color = "#363636"
      # subheader                       = "Equipment failure is inevitable. Asset loss is preventable."
    }   

If i change the layout to "Frameless" or "Frame" it works.

mrmauer commented 2 weeks ago

Hey @ttrevorr. Thanks for the bug report. We just published the fix for it in v0.1.2. Please let us know if you run into further issues.