Skip to content

v1.2.1

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 09 Nov 13:50
· 269 commits to main since this release
5aaee6c

1.2.1 (2023-11-09)

Bug Fixes

  • add depends_on for time sleep (#540) (5aaee6c)
  • add sleep between e980 and s922 vm to fix satellite error in NON PER DC(#538) (51f9c57)
  • Parallel VM Creation problem: The problem is with the way the VM backend automation is being executed. The same subscription key is always used on the specific account and because these vms are being provisioned at the same time, the registration calls are 1 milisecond time difference. This causes the vms to fail since the key is already in use. A delay of at least 30 seconds should be added between each vm creation to avoid this within each DC.