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

Remove deprecated verification_method from custom domain resource #143

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

sergiught
Copy link
Contributor

@sergiught sergiught commented Apr 19, 2022

Description

Fixes: #45.

Checklist

Note: Checklist required to be completed before a PR is considered to be reviewable.

Auth0 Code of Conduct

Auth0 General Contribution Guidelines

Changes include test coverage?

  • Yes
  • Not needed

Does the description provide the correct amount of context?

  • Yes, the description provides enough context for the reviewer to understand what these changes accomplish

Have you updated the documentation?

  • Yes, I've updated the appropriate docs
  • Not needed

Is this code ready for production?

  • Yes, all code changes are intentional and no debugging calls are left over

@sergiught sergiught requested a review from a team as a code owner April 19, 2022 15:29
@sergiught sergiught self-assigned this Apr 19, 2022
@@ -47,13 +47,6 @@ func newCustomDomain() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"verification_method": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're removing this as it's been deprecated and no longer accepted by the API (checked the schemas and it's not there any more). This was forcing this resource to always recreate as ForceNew was set to true.

@sergiught sergiught merged commit 5453a9d into main Apr 19, 2022
@sergiught sergiught deleted the patch/issue#45 branch April 19, 2022 18:18
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

Successfully merging this pull request may close these issues.

Auth0_custom_domains constantly delete and recreate
2 participants