terraform-ibm-modules / terraform-ibm-landing-zone

Creates a fully customizable VPC environment and compute resources (VSI, Red Hat OpenShift) with presets designed to meet strict compliance needs.
Apache License 2.0
8 stars 29 forks source link

v6.0.0: Destroy fails in one of the scenario #890

Closed surajsbharadwaj closed 2 months ago

surajsbharadwaj commented 2 months ago

Upgraded landing zone to 6.0.0 and in one of the scenarios the destroy fails:

Preset used: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/blob/main/modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl

Module used:

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

  ssh_public_key       = var.ssh_public_key
  region               = lookup(local.ibm_powervs_zone_cloud_region_map, var.powervs_zone, null)
  prefix               = var.prefix
  override_json_string = local.override_json_string
}

job-logs-destroy.txt job-logs-deploy.txt

Logs attached for create and destroy:

surajsbharadwaj commented 2 months ago

Closing this as it is a bug in our pipeline where prefix got changed.