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

Creates virtual server instances (VSI) across multiple subnets with any number of block storage volumes that are connected by any number of load balancers
Apache License 2.0
3 stars 8 forks source link

Error while creating network load balancer member #649

Closed gerdwatmann closed 5 months ago

gerdwatmann commented 5 months ago

Affected modules

Terraform CLI and Terraform provider versions

Terraform output

terraform_outout.txt

Debug output

Expected behavior

NLB Load Balancer Backend Pool should be attached with the generated VSIs from the module.

Actual behavior

terraform apply fails with above attached message: "code": "member_invalid_nlb_target", "message": "Network load balancer members must be specified with either id or href or crn."

Steps to reproduce (including links and screen captures)

Using this terraform configuration during terraform apply. vsi_terraform.txt

Anything else

Any suggestions appreciated. Thanks!

By submitting this issue, you agree to follow our Code of Conduct

maheshwarishikha commented 5 months ago

Fix has been provided and available in https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/releases/tag/v3.3.0

Thanks.