Closed tylernelsonschuppert closed 4 years ago
This issue has been automatically migrated to terraform-providers/terraform-provider-oci#1220 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to terraform-providers/terraform-provider-oci#1220.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
A similar issue was experienced for Terraform 0.12.
Terraform Configuration Files
02-credentials.tfvars
02-provider.tf
02-user.tf
Debug Output
https://gist.github.com/tylernelsonschuppert/225d0b96552662e299d89146c8a26bb9
Crash Output
https://gist.github.com/tylernelsonschuppert/225d0b96552662e299d89146c8a26bb9
Expected Behavior
The expected behavior in this case was a successful connection to OCI and creation of a user resource.
Actual Behavior
The actual behavior was Terraform crashing. Terraform crashes for both version 0.12 and 0.13. I have tried to apply the changes using both a limited access IAM user and also an administrative account but the issue persists regardless of the OCI user account.
Steps to Reproduce
terraform init
terraform plan -var-file=02-credentials.tfvars
terraform apply -var-file=02-credentials.tfvars
Additional Context
Here is the CLI output:
References