Skip to content

Commit b12ffe1

Browse files
Update Terraform equinix to v3
1 parent 61340ab commit b12ffe1

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

.terraform.lock.hcl

Lines changed: 30 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
equinix = {
66
source = "equinix/equinix"
7-
version = "~> 1.14"
7+
version = "~> 3.0"
88
}
99
}
1010
provider_meta "equinix" {

modules/metalnodes/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
equinix = {
77
source = "equinix/equinix"
8-
version = "~> 1.14"
8+
version = "~> 3.0"
99
}
1010
}
1111
provider_meta "equinix" {

modules/ssh/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
equinix = {
44
source = "equinix/equinix"
5-
version = "~> 1.14"
5+
version = "~> 3.0"
66
}
77
}
88
required_version = ">= 1.0.0"

0 commit comments

Comments
 (0)