Skip to content

Commit

Permalink
feat: add module_name data to the equinix provider_meta
Browse files Browse the repository at this point in the history
This helps the Equinix Metal team monitor usage
  • Loading branch information
displague authored Apr 26, 2024
1 parent b0d7ada commit 2685f18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
terraform {
required_version = ">= 1.0"

provider_meta "equinix" {
module_name = "equinix-metal-nutanix-cluster"
}

required_providers {
equinix = {
source = "equinix/equinix"
Expand Down

0 comments on commit 2685f18

Please sign in to comment.