We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terraform-provider-okta_v4.11.1 and 4.8.1
TFC is unable to deploy any resources to Okta.
terraform { required_providers { okta = { source = "okta/okta" version = "4.11.1" } } }
https://gist.github.com/jakekiernanheb/c53c53eb7bb0a4ec9c56c62425e926cd
Full trace logs: https://gist.github.com/jakekiernanheb/99e6fcde1a3ff6f9cdfc25747a46ae7b
https://gist.github.com/jakekiernanheb/5f27029b2f4eb80bb1177d889f09e729
Expected TFC to deploy okta_app_saml and other resources to Okta.
Yes
No resources are deploying with the following error:
Stack trace from the terraform-provider-okta_v4.11.1 plugin: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0xb8 pc=0x1b67128]
Re-running apply does not fix the issue.
The issue originally presented in v4.8.1, so we rolled up to 4.11.1, but continue to get the invalid memory address or nil pointer dereference error.
invalid memory address or nil pointer dereference
We deploy to Okta IE
The text was updated successfully, but these errors were encountered:
@monde, do you have any ideas on this? Saw you dealt w a similar issue in v3.13.7 #621
Sorry, something went wrong.
@duytiennguyen-okta
@jakekiernanheb do you have the tf script for this?
This issue is stale because it has been open 60 days with no activity. Comment or this will be closed in 35 days
No branches or pull requests
Terraform Version
terraform-provider-okta_v4.11.1 and 4.8.1
Affected Resource(s)
TFC is unable to deploy any resources to Okta.
Terraform Configuration Files
Debug Output
https://gist.github.com/jakekiernanheb/c53c53eb7bb0a4ec9c56c62425e926cd
Full trace logs: https://gist.github.com/jakekiernanheb/99e6fcde1a3ff6f9cdfc25747a46ae7b
Panic Output
https://gist.github.com/jakekiernanheb/5f27029b2f4eb80bb1177d889f09e729
Expected Behavior
Expected TFC to deploy okta_app_saml and other resources to Okta.
Can this be done in the Admin UI?
Yes
Can this be done in the actual API call?
Yes
Actual Behavior
No resources are deploying with the following error:
Steps to Reproduce
Re-running apply does not fix the issue.
The issue originally presented in v4.8.1, so we rolled up to 4.11.1, but continue to get the
invalid memory address or nil pointer dereference
error.Important Factoids
We deploy to Okta IE
The text was updated successfully, but these errors were encountered: