terraform-oci-compute-instance icon indicating copy to clipboard operation
terraform-oci-compute-instance copied to clipboard

Terraform Module for creating Oracle Cloud Infrastructure compute instances

Results 38 terraform-oci-compute-instance issues
Sort by recently updated
recently updated
newest added

`var.block_storage_sizes_in_gbs` is a list of numbers where one BV is created for each element, with BV size is equal to the passed number. Having a list is problematic when we...

bug

### 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...

enhancement

### 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...

enhancement
help wanted
good first issue

the file `example/instance_default/instance_default.tf` refers to the module as relative path in the same repo: `source = "../../"` Need to replace this with a reference to the registry. _Originally posted by...

good first issue
documentation