Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/landing-zone/ibm to…
Browse files Browse the repository at this point in the history
… v4.15.0 (#70)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 27, 2023
1 parent 42400be commit 68c8dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/landing_zone/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "landing_zone" {
count = var.enable_landing_zone ? 1 : 0
source = "terraform-ibm-modules/landing-zone/ibm"
version = "4.14.0"
version = "4.15.0"
prefix = local.prefix
region = local.region
tags = local.tags
Expand Down

0 comments on commit 68c8dfa

Please sign in to comment.