Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for advanced placement options #65

Open
kral2 opened this issue Apr 15, 2021 · 0 comments
Open

support for advanced placement options #65

kral2 opened this issue Apr 15, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kral2
Copy link
Contributor

kral2 commented Apr 15, 2021

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

Compute Instance can now be provisioned choosing between 4 capacity type:

  • On-demand capacity (considered the default mode)
  • Preemptible capacity
  • Capacity Reservation
  • Dedicated Host

New or Affected Resource(s)

oci_core_instance

Potential Terraform Configuration

resource oci_core_instance have a specific argument for each capacity type (with on-demand being considered the default mode):

  • preemptible_instance_config
  • capacity_reservation_id
  • dedicated_vm_host_id

These settings will need to be configured based on module inputs.

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

References

release notes:

provider spec

@kral2 kral2 added the enhancement New feature or request label Apr 15, 2021
@kral2 kral2 added this to the Future milestone Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant