terraform-provider-oci icon indicating copy to clipboard operation
terraform-provider-oci copied to clipboard

Terraform Oracle Cloud Infrastructure provider

Results 281 terraform-provider-oci issues
Sort by recently updated
recently updated
newest added

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

bug

Hi! As per the provider documentation https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/core_instance#is_consistent_volume_naming_enabled , the parameter is-consistent-volume-naming-enabled defaults to false, however if i don't set this parameter it's actually set to true, and if i set...

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

Hello, According to the documentation, the deletion of a vault puts it into a pending state for a default of 30 days with a minimum of 7 days. During that...

question

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

bug

Changing an oci_core_subnet cidr_block attribute will trigger an update operation. An update assumes that the new cidr_block is a superset of the the original cidr_block. For situations where the new...

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

Hi, according to the [official documentation for oci_ai_vision_model] (https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/ai_vision_model), we’re supposed to have 'namespace' as argument, and I’ve just discovered in your [github example](https://github.com/oracle/terraform-provider-oci/blob/master/examples/aiVision/main.tf) that what the code is expecting...

bug