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

auth0_branding resource requires font all time #32

Closed
sergiught opened this issue Feb 21, 2022 · 1 comment · Fixed by #110
Closed

auth0_branding resource requires font all time #32

sergiught opened this issue Feb 21, 2022 · 1 comment · Fixed by #110
Labels

Comments

@sergiught
Copy link
Contributor

From terraform-provider-auth0 created by galkin: alexkappa/terraform-provider-auth0#381

Description

auth0_branding

Terraform Version

Terraform 0.14.10
+ provider.auth0 0.21.0

Affected Resource(s)

  • auth0_branding

Terraform Configuration Files

resource "auth0_branding" "my_brand" {
    logo_url = "https://mycompany.org/logo.png"
    favicon_url = "https://mycompany.org/favicon.ico"
    colors {
        primary = "#0059d6"
        page_background = "#000000"
    }
}

Expected Behavior

The second terraform apply will not affect resource

Actual Behavior

Every terraform apply update resource by deleting font.

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@sergiught
Copy link
Contributor Author

@galkin We just closed a PR with a fix for this:) we'll be releasing soon.

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