Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for the deployable arch…
Browse files Browse the repository at this point in the history
…itecture solution (#722)
  • Loading branch information
terraform-ibm-modules-ops authored Sep 21, 2024
1 parent 5a6fb1b commit aee9044
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions solutions/instance/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.69.0"
version = "1.69.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.0"
version = ">= 0.12.1"
}
}
}
4 changes: 2 additions & 2 deletions solutions/secure-cross-regional-bucket/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.69.0"
version = "1.69.2"
}
time = {
source = "hashicorp/time"
version = "0.12.0"
version = "0.12.1"
}
}
}
4 changes: 2 additions & 2 deletions solutions/secure-regional-bucket/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.69.0"
version = "1.69.2"
}
time = {
source = "hashicorp/time"
version = "0.12.0"
version = "0.12.1"
}
}
}

0 comments on commit aee9044

Please sign in to comment.