Skip to content

Commit

Permalink
update equinix provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Cobles committed Jul 12, 2022
1 parent 1218be6 commit a12faa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fabric-port-connection-to-sp/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.5.0"
version = ">= 1.6.1"
}
}
}
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.5.0"
version = ">= 1.6.1"
}
}
}

0 comments on commit a12faa0

Please sign in to comment.