We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209da01 commit 852ebe3Copy full SHA for 852ebe3
modules/dedicated_host/main.tf
@@ -4,7 +4,7 @@
4
5
module "dedicated_host" {
6
source = "terraform-ibm-modules/dedicated-host/ibm"
7
- version = "1.1.0"
+ version = "2.0.0"
8
dedicated_hosts = [
9
{
10
host_group_name = "${var.prefix}-dhgroup"
tools/image-builder/main.tf
@@ -1,6 +1,6 @@
1
module "landing_zone" {
2
source = "terraform-ibm-modules/landing-zone/ibm"
3
- version = "7.4.4"
+ version = "8.3.0"
prefix = local.prefix
region = local.region
tags = local.tags
0 commit comments