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

DXDCT-527 auth0_resource_server and auth0_resource_server_scopes resource export support #818

Merged
merged 11 commits into from
Sep 6, 2023

Conversation

willvedd
Copy link
Contributor

🔧 Changes

Introducing support for exporting the auth0_resource_server and auth0_resources_server_scopes resources with the reverse terraform functionality.

The output will appear like this:

import {
  id = "6451ffd7b77d3c390dag8a40"
  to = auth0_resource_server.PaymentsAPI
}

import {
  id = "6451ffd7b77d3c390dag8a40"
  to = auth0_resource_server_scopes.PaymentsAPI
}

Notably, the Management API is excluded from export. This is because it is not user-configurable and does not make sense to manage with Terraform. The Deploy CLI implements a similar filter during export.

📚 References

Related PRs: #808, #797, #810, #809, #812, #813, #811, #816, #817

🔬 Testing

Adding unit tests, manually verified.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner August 30, 2023 19:45
@willvedd willvedd merged commit c671d2c into main Sep 6, 2023
6 checks passed
@willvedd willvedd deleted the DXCDT-527-resource-server-resource-export-support branch September 6, 2023 12:06
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.

2 participants