provisioning error when bustable instance parameter baseline_ocpu_utilization
is used with incompatible shapes
#90
Labels
bug
Something isn't working
Community Note
Terraform Version and Provider Version
Affected Resource(s)
oci_core_instance
When setting
baseline_ocpu_utilization
value to something different than"BASELINE_1_1"
, if the shape designated byvar.shape
is not comaptible with subcore feature, it produce an error.Currently, only E3 shapes are compatible with this feature.
Terraform Configuration Files
Debug Output
Panic Output
N/A
Expected Behavior
update compute instance
baseline_ocpu_utilization
Actual Behavior
error preventing to update the shape to the desired state.
Steps to Reproduce
baseline_ocpu_utilization
to"BASELINE_1_2"
or"BASELINE_1_8"
withvar.shape="VM.Standard.E4.Flex"
terraform apply
Important Factoids
As this feature is only supported for specific shapes, and the error message produced by the provider is not clear enough, we should test the shape compatibility and prevent its misuse.
References
The text was updated successfully, but these errors were encountered: