Skip to content

Commit

Permalink
Merge pull request #18 from equinix-labs/renovate/equinix-2.x
Browse files Browse the repository at this point in the history
Update Terraform equinix to v2
  • Loading branch information
ctreatma authored Jul 3, 2024
2 parents 32ed7fd + 3c73d37 commit adb6b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = "~> 1.14"
version = "~> 2.0.0"
}
}
required_version = ">= 1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = "~> 1.14"
version = "~> 2.0"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit adb6b78

Please sign in to comment.