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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tombuildsstuff
Copy link
Member

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.

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.

None yet

4 participants