Skip to content

Commit

Permalink
Increase version number to match what will be the published version i…
Browse files Browse the repository at this point in the history
…ncluding connection_route_filter
  • Loading branch information
thogarty committed Oct 11, 2024
1 parent cc680a7 commit 1c1bb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.1"
version = ">= 2.8.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/cloud-router-route-filters/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.6.1"
version = ">= 2.8.0"
}
}
}

0 comments on commit 1c1bb45

Please sign in to comment.