Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for deployable architec…
Browse files Browse the repository at this point in the history
…tures
  • Loading branch information
terraform-ibm-modules-ops committed Jan 10, 2025
1 parent 1347f11 commit a54c2d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions solutions/deploy/cloud-pak-deployer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.5.2"
}
null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
shell = {
source = "scottwinkler/shell"
Expand Down
6 changes: 3 additions & 3 deletions solutions/deploy/cpd-image-build/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.68.1, < 2.0.0"
version = ">= 1.74.0, < 2.0.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.4.3, < 4.0.0"
version = ">= 3.6.3, < 4.0.0"
}
restapi = {
source = "Mastercard/restapi"
version = "1.18.2"
version = "1.20.0"
}
time = {
source = "hashicorp/time"
Expand Down
6 changes: 3 additions & 3 deletions solutions/deploy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.66.0, < 2.0.0"
version = ">= 1.74.0, < 2.0.0"
}
external = {
source = "hashicorp/external"
Expand All @@ -15,11 +15,11 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
restapi = {
source = "Mastercard/restapi"
version = "1.18.2"
version = "1.20.0"
}
}
}

0 comments on commit a54c2d9

Please sign in to comment.