-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Bastions are not resource instensive yet the module forces to use non-burstable instances for them. I could configure the shape itself but not the baseline CPU utilization. I wanna be able to configure it as well along with the shape.
New or Affected Resource(s)
oci_core_instance
Potential Terraform Configuration
bastion_shape = {
shape = "VM.Standard.E4.Flex",
ocpus = 1,
memory = 1,
boot_volume_size = 50,
baseline_ocpu_utilization = "BASELINE_1_8"
}References
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request