Skip to content

Commit

Permalink
Merge pull request #53 from equinix-labs/provider-meta
Browse files Browse the repository at this point in the history
feat: add module_name data to the equinix provider_meta
  • Loading branch information
cprivitere authored Apr 26, 2024
2 parents b0d7ada + 2685f18 commit 6088961
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 6088961

Please sign in to comment.