terraform-oci-compute-instance
terraform-oci-compute-instance copied to clipboard
Terraform Module for creating Oracle Cloud Infrastructure compute instances
var.subnet_ocids The unique identifiers (OCIDs) of the subnets in which the instance primary VNICs are created. Enter a value: ocid1.subnet.oc1.iad.aaaaaaaap5ftcrfof2zs47275r6zrfwsrfd5ekjqaea6x6bd4jfmplwe74xa ╷ │ Error: Variables not allowed │ │ on line...
In all scenarios, the output variable `public_ip` for an instance (or a pool) remains empty when the compute instance is deployed successfully. Here's an example. For the deployment of 3...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Terraform 0.12 is already EOL. There are some syntax that works in 0.12 but not in 1.0.0 anymore. Unless customers still plan on using 0.12, I think you should bump...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Add support for [Capacity Types](https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/capacity-types.htm) (#96) Defaults to **on-demand** (the same as it was before this code). To run preemptible instances set `capacity_type` var to **preemptible**. Signed-off-by: Vadym Agarkov
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
I suggest adding the code in the right, optionally, for Linux instances to attach (iSCSI) and mount the optional volumes. Offcourse that we need to consider non-Linux environments and non-iSCSI...