Skip to content

Commit

Permalink
chore(deps): update terraform-module
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Dec 14, 2024
1 parent 85e28c3 commit b5cb5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/powervs-vpc-landing-zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "landing_zone" {
source = "terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
version = "6.4.4"
version = "6.6.0"
providers = { ibm = ibm.ibm-is }

ssh_public_key = var.ssh_public_key
Expand Down
2 changes: 1 addition & 1 deletion solutions/standard-extend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {

module "powervs_workspace" {
source = "terraform-ibm-modules/powervs-workspace/ibm"
version = "2.2.0"
version = "2.3.0"

pi_zone = var.powervs_zone
pi_resource_group_name = var.powervs_resource_group_name
Expand Down

0 comments on commit b5cb5b0

Please sign in to comment.