Skip to content

Commit

Permalink
Update hashicorp null and random providers to enable darwin/arm64 sup…
Browse files Browse the repository at this point in the history
…port ocp-power-automation#451

Updates hashicorp null and random to support darwin/arm64
Resolves issue ocp-power-automation#451

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Dec 8, 2022
1 parent 1170576 commit b6f9087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/1_prepare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.2"
}
}
required_version = ">= 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/5_install/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.2"
}
ibm = {
source = "IBM-Cloud/ibm"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 2.3"
version = "~> 3.4"
}
}
required_version = ">= 1.2.0"
Expand Down

0 comments on commit b6f9087

Please sign in to comment.