Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

upgrade to auth0.v2 and fix email templates #144

Merged
merged 2 commits into from
Dec 11, 2019

Conversation

alexkappa
Copy link
Owner

@alexkappa alexkappa commented Dec 11, 2019

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Fixes #104

Changes proposed in this pull request:

  • Upgrade to gopkg.in/auth0.v2
  • Fix resource/auth0_email_template 404 issue
  • Make any change to resource/auth0_custom_domain force a new resource. Auth0 Management API no longer supports update (HTTP PUT) and Auth0 SDK followed suit.

Output from acceptance testing:

$ make testacc TESTS=TestAccEmailTemplate                [17:26:03]
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./...) -v  -timeout 120m -coverprofile="c.out" -run ^TestAccEmailTemplate
?       github.com/alexkappa/terraform-provider-auth0   [no test files]
=== RUN   TestAccEmailTemplate
--- PASS: TestAccEmailTemplate (1.12s)
PASS
coverage: 18.7% of statements
ok      github.com/alexkappa/terraform-provider-auth0/auth0     1.165s  coverage: 18.7% of statements

@alexkappa alexkappa merged commit 711875d into master Dec 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.