Skip to content

Commit

Permalink
drop h versions so i can test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Oct 3, 2024
1 parent 6dfffd6 commit 4b30102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/jupyter/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = "0.6.5"
version = "0.6.4"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/online-storage/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {

harvester = {
source = "harvester/harvester"
version = ">= 0.6.4"
version = "0.6.4"
}

}
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = "0.6.5"
version = "0.6.4"
}
}

Expand Down

0 comments on commit 4b30102

Please sign in to comment.