oracle-terraform-modules / terraform-oci-compute-instance

Terraform Module for creating Oracle Cloud Infrastructure compute instances
https://registry.terraform.io/modules/oracle-terraform-modules/compute-instance/oci/latest
Other
46 stars 62 forks source link

Fix: instance_count distribute again instances per AD when ad_number == null #94

Closed kral2 closed 2 years ago

kral2 commented 2 years ago

when var.ad_number == null, data.oci_core_shapes.current_ad cannot be created anymore. We currently rely on var.ad_number == null to provision instances in each AD in a round robin manner when var.instance_count is used.

Fixes: #93