Open mthmulders opened 6 months ago
Terraform v1.8.3 on darwin_arm64 + provider registry.terraform.io/oracle/oci v5.41.0
affected_resources = terraform
terraform { required_providers { oci = { source = "oracle/oci" version = "~> 5.41.0" } } } provider "oci" { tenancy_ocid = "<redacted>" user_ocid = "<redacted>" fingerprint = "<redacted>" private_key_path = "<redacted>" private_key_password = "<redacted>" region = "<redacted>" } resource "oci_identity_compartment" "test" { compartment_id = "<redacted>" description = "Test" name = "test" }
n/a
The "test" compartment should be created.
Error: 401-NotAuthenticated, Failed to verify the HTTP(S) Signature
terraform apply
private_key_password
Thank you for reporting the issue. We have raised an internal ticket to track this. Our service engineers will get back to you.
Community Note
Terraform Version and Provider Version
Affected Resource(s)
affected_resources = terraform
Terraform Configuration Files
Debug Output
n/a
Panic Output
n/a
Expected Behavior
The "test" compartment should be created.
Actual Behavior
Steps to Reproduce
terraform apply
.Important Factoids
private_key_password
parameter. Then the test compartment gets creted.