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

### Terraform Version Terraform v0.11.11 ### OCI Provider Version terraform-provider-oci 3.16.0 ### Description: Boot volume and vnic inherit defined_tags and freeform_tags from oci_core_instance ### Terraform Plan resource "oci_core_instance" "testinstance" {...

enhancement
question
core

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

How do I convert/transition a preserved `oci_core_boot_volume` to a managed resource? Here is the scenario: 1. Launch `oci_core_instance` using `source_type = "image"` 2. Realize a need to relaunch Instance (e.g....

question

The documentation for the oci_vault_secret resource says > This operation is not supported by the Oracle Cloud Infrastructure Terraform Provider. However, the page goes on to define the resource with...

question
documentation
pending-release

Hi Guys, Can you explain please in more details the fields of oci_dns_rrset resource. What is "items" in such resource and how the fields inside "items" are connected with other...

question

Hi Team, I was working on oci_core_instance_configuration ( Already attached with instance pool ) userdata/image update but facing an issue while terraform apply as terraform try to destroy existing instance...

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

Hi, I'm getting an error after update to provider 4.70.0 with enable_management in oci_database_cloud_database_management resource, downgrading to 4.69.0 works well. ### Community Note * Please vote on this issue by...

bug

Hi. I've been trying to parse audit log output from Hashicorp Vault (see examples on https://support.hashicorp.com/hc/en-us/articles/360000995548-Audit-and-Operational-Log-Details) Initially I though this'd be straight forward using the JSON parser type. However the...

question

Hi, I have oci_objectstorage_preauthrequest resource in my Terraform plan. The problem is that at every terraform plan, the Auth URL is recreated. Is there any way to keep this preauth...

question