-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Linux provider using oci_identity_users{} - works on Windows provider #277
Comments
Just to rule out the obvious here, which plugin binaries are you using per os/arch? |
Windows/amd64 - Terraform v0.10.6 Linux/amd64 - Terraform v0.10.6 I can provide the test case as a Vagrant automated image if that would help. |
I tried running the plan on the latest OCI Oracle Linux 7.4 image, and it works there. So it would be helpful if you could provide the specific OS or image that is used. |
Merges a change from the SDK, which is an attempt to track down issues such as #277.
Merges a change from the SDK, which is an attempt to track down issues such as #277.
Hi there, if you can repro this with build v2.0.2 running in debug mode and provide the output it will help us investigate. Be sure to cleanse any sensitive data present in the output. Example debug command: |
OK, performed more debuging. Pinned issue down to the way Windows uses TYPE to pull values from fingerprint file versus Linux using CAT. Used direct value instead of reading from file in the environment variables, and it worked correctly. Closing Issue, as OS Specific Behavior. |
Terraform Version
OCI Provider Version
Description:
Include a description with repro steps, expected result and actual result
Executing Terraform oci_identity_users{} on Windows Provider returns correct result, executing on Linux causes a SIGSEGV and crashes Terraform.
Terraform Plan
oci_identity_users-crash.tar.gz
crash.log
linux-capture.txt
Signed-off-by: Rich Lewis [email protected]
The text was updated successfully, but these errors were encountered: