Skip to content

Commit

Permalink
Merge pull request #8 from vasubabu/add-user-agent
Browse files Browse the repository at this point in the history
included module_name in provider meta
  • Loading branch information
ctreatma authored May 11, 2023
2 parents ddfd08b + 44f9b8a commit 8788c5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/cpem-add-on/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = ">= 1.10"
version = "~> 1.14"
}
}
required_version = ">= 1"
required_version = ">= 1.0.0"
}
6 changes: 5 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = "1.14.1"
version = "~> 1.14"
}
}
required_version = ">= 1.0.0"
provider_meta "equinix" {
module_name = "equinix-kubernetes-cluster"
}
}

0 comments on commit 8788c5a

Please sign in to comment.