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

support for burstable instances #66

Closed kral2 closed 2 years ago

kral2 commented 3 years ago

Community Note

Description

Compute instances can now be configured with "burstable" shapes. This is controlled by baseline_ocpu_utilization argument to set under shape_config and only compatible with Flex shapes.

New or Affected Resource(s)

oci_core_instance

Potential Terraform Configuration

shape_config in oci_core_compute have a baseline_ocpu_utilization argument to control this behaviour.

First look strategy: always specify a value for this new field, use BASELINE_1_1 to explicitly set a non-burstable instance when required.

# Copy-paste any Terraform configurations for how the requested feature may be used. 

References

release note: Burstable compute instances release note provider spec: baseline ocpu utilization