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

Fix client is_first_party if set to zero value #148

Merged
merged 3 commits into from
Dec 12, 2019

Conversation

alexkappa
Copy link
Owner

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 #96

Changes proposed in this pull request:

  • resource/auth0_client: fixes is_first_party setting if set to zero value.
  • resource_data: checks for IsNewResource() || HasChange() instead of only HasChange().

Output from acceptance testing:

$ make testacc
...
PASS
coverage: 79.7% of statements
ok  	github.com/alexkappa/terraform-provider-auth0/auth0	15.436s	coverage: 79.7% of statements

@alexkappa alexkappa merged commit 2013ce5 into master Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating a client with is_first_party = false requires terraform applying twice
1 participant