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

DXCDT-360: Move organization resources to dedicated pkg #472

Merged
merged 4 commits into from
Feb 8, 2023

Conversation

sergiught
Copy link
Contributor

@sergiught sergiught commented Feb 8, 2023

🔧 Changes

In this PR we are getting closer and closer to our ideal package structure:

.
└── terraform-provider-auth0/
    └── internal/
        ├── mutex
        ├── provider
        ├── auth0/
        │   ├── client/
        │   │   ├── data_source.go
        │   │   ├── resource.go
        │   │   ├── resource_global.go
        │   │   ├── flatten.go
        │   │   └── expand.go
        │   ├── connection/
        │   │   ├── data_source.go
        │   │   ├── resource.go
        │   │   ├── flatten.go
        │   │   └── expand.go
        │   ├── organization/
        │   │   ├── data_source.go
        │   │   ├── resource.go
        │   │   ├── resource_connection.go
        │   │   ├── resource_member.go
        │   │   ├── flatten.go
        │   │   └── expand.go
        │   └── ...
        ├── recorder
        ├── sweep
        ├── template
        ├── validation
        └── value

We migrate all organization related resources and data sources to their own organization pkg.

📚 References

🔬 Testing

📝 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)

@sergiught sergiught marked this pull request as ready for review February 8, 2023 13:49
@sergiught sergiught requested a review from a team as a code owner February 8, 2023 13:49
Copy link
Contributor

@willvedd willvedd left a comment

Choose a reason for hiding this comment

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

Really loving the incremental improvements with this one. A true n+1!

Base automatically changed from patch/fix-docs-transform-schema to main February 8, 2023 18:00
@sergiught sergiught merged commit f11337f into main Feb 8, 2023
@sergiught sergiught deleted the patch/DXCDT-360-refactor-org branch February 8, 2023 18:01
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