Skip to content

Commit

Permalink
fix: Updating version of equinix provider for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Dec 24, 2024
1 parent e8ee2f2 commit 727a981
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/service-token-for-aside-port/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source="equinix/equinix"
version = "2.11.0"
version = ">= 3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/service-token-for-zside-network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source="equinix/equinix"
version = "3.1.0"
version = ">= 3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/service-token-for-zside-port/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source="equinix/equinix"
version = "3.0.0"
version = ">= 3.1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = ">= 2.10.0"
version = ">= 3.1.0"
}
}
}

0 comments on commit 727a981

Please sign in to comment.