Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vpc

v8.8.0

27 Oct 12:57
v8.8.0
005e9cc

Choose a tag to compare

8.8.0 (2025-10-27)

Features

  • Add support to create multiple dns zones and ability to set multiple dns records for each of the dns zones (#1073) (005e9cc)

UPGRADE NOTES: When updating from v8.7.x to this version, if you have a DNS zone and DNS records created, these resources will be recreated. In case, you need to prevent recreation of the DNS zone and DNS records, use the following terraform move commands based on the environment you are running the terraform module.

Terraform CLI:

terraform state mv 'module.<module-name>.ibm_dns_zone.dns_zone[0]' 'module.<module-name>.ibm_dns_zone.dns_zone["<dns-name>"]'
terraform state mv 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network[0]' 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network["<dns-name>"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["0"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-0"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["1"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-1"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["2"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-2"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["3"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-3"]'
...

Schematics:

ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_zone.dns_zone[0]' --destination 'module.<module-name>.ibm_dns_zone.dns_zone["<dns-name>"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network[0]' --destination 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network["<dns-name>"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["0"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-0"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["1"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-1"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["2"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-2"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["3"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-3"]'
...

v8.7.0

20 Oct 09:57
v8.7.0
9b2a3af

Choose a tag to compare

8.7.0 (2025-10-20)

Features

  • remove Account Config DA from customize DA flow, add default value for prefix using random string generator and update logic that handles default resource group lookup (#1071) (9b2a3af)

v8.6.0

17 Oct 16:36
v8.6.0
81ceeaa

Choose a tag to compare

8.6.0 (2025-10-17)

Features

v8.5.0

01 Oct 21:31
v8.5.0
57eff29

Choose a tag to compare

8.5.0 (2025-10-01)

Features

  • updated the root module and the DA to create and attach a public gateway to all subnets (#1066) (57eff29)

v8.4.2

01 Oct 16:21
v8.4.2
2b952db

Choose a tag to compare

8.4.2 (2025-10-01)

Bug Fixes

v8.4.1

29 Sep 05:26
v8.4.1
fd54a04

Choose a tag to compare

8.4.1 (2025-09-29)

Bug Fixes

  • updated the DA catalog config to use the "Default" resource group (#1063) (fd54a04)

v8.4.0

26 Sep 12:46
v8.4.0
c4bd185

Choose a tag to compare

8.4.0 (2025-09-26)

Features

  • Add Project UI regex validation for the DA (#1062) (c4bd185)

v8.3.0

08 Sep 15:59
v8.3.0
f67ea06

Choose a tag to compare

8.3.0 (2025-09-08)

Features

  • added local and ip_version attributes for use in default security group rules (#1054) (f67ea06)

v8.2.2

06 Sep 14:25
v8.2.2
2742552

Choose a tag to compare

8.2.2 (2025-09-06)

Bug Fixes

v8.2.1

05 Sep 13:18
v8.2.1
f941542

Choose a tag to compare

8.2.1 (2025-09-05)

Bug Fixes