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

Feature: Service Packages / Registration #421

Closed

Conversation

tombuildsstuff
Copy link
Contributor

This commit introduces the Service Registration and Service Builder

The AzureRM Provider is using Service Packages to allow us to break up the codebase into smaller pieces. A key component of this is the Service Registration functionality - which allows each Service to return a selection of Meta Data relevant for that Service.

The Service Builder is a new bit of functionality which can be used to compose Service Packages together, to be able to obtain a canonical list of Data Sources and Resource supported by a Terraform Provider.

This commit introduces the Service Registration and Service Builder

The AzureRM Repository is using Service Packages to allow us to break
up the codebase into smaller pieces. A key component of this is the
Service Registration functionality - which allows each Service to
return a selection of Meta Data relevant for that Service.

The Service Builder is a new bit of functionality which can be used
to compose Service Packages together, to be able to obtain a canonical
list of Data Sources and Resource supported by a Terraform Provider.
Base automatically changed from master to main March 22, 2021 14:01
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 12, 2022

CLA assistant check
All committers have signed the CLA.

@austinvalle
Copy link
Member

We chatted briefly about this offline, but bubbling it back up to the PR.

Hey Tom 👋! Since this PR has been opened, the terraform-plugin-framework Go module has been released and we're now pushing the provider ecosystem to build new functionality with that SDK. We'd prefer new enhancements be made towards that Go module where possible, so we're going to close this PR. Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants