-
Notifications
You must be signed in to change notification settings - Fork 13
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
Identify module_name provider_meta for Equinix provider #70
Conversation
This change failed for |
This change supplies metadata that reflects the adoption of this module by Equinix users.
Thanks for catching this, @dnoland1
|
@displague I understand the use of provider_meta after reading the documentation here - https://developer.hashicorp.com/terraform/internals/provider-meta Basically, it would parse in the metadata for the provider whenever Terraform calls the Equinix provider and it would be useful for you to get all the necessary details. |
@displague Can you please share a screenshot of how you are using the metadata or how you are exactly processing the metadata? Then I will approve the change and merge it. |
@devenkulkarni The metadata can be surfaced in any tool that processes HTTP UserAgent, any web traffic analyizer. This visualization represents an alphabetical list of specific API behaviors made by public Terraform modules on equinix-labs that include the |
Two CI failures to address, although I'm not sure that this PR introduced them. Looks like #63.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@displague approved and merged. |
This change supplies metadata that reflects the adoption of this module by Equinix users.