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

WIP add Flex instance shape support #48

Closed kral2 closed 3 years ago

kral2 commented 3 years ago

Ideally, same module should allow for provisioning both flex and non flex (shape-based) instances. Flex instance requires an additionnal shape_config block with specific parameters. See OCI provider documentation for details.

The solution needs for behave correctly with the fallback options.

Fix #42