-
Notifications
You must be signed in to change notification settings - Fork 214
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
Error when creating okta_resource_set #1278
Comments
Thanks @chimerstad , looks like this code path needs better type handling.
|
Okta internal reference: https://oktainc.atlassian.net/browse/OKTA-531869 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Terraform Version
Also happens with 1.1.5
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/chimerstad/1051ca4e75ce2977cd2a2bd83dc858ac
Panic Output
I didn't find a
crash.log
but the shell output seems to match the end of the debug gist linked above.https://gist.github.com/chimerstad/f1ecee6810a06a9e2f7997cd7c856465
Expected Behavior
Creates a new resource set for "all delegable flows" and have that available for use by other TF resources e.g.
okta_admin_role_custom_assignments
Actual Behavior
The resource set was created, then the above panic output is returned. A subsequent attempt at
terraform apply
reveals that the newly created resource set isn't tracked by Terraform.https://gist.github.com/chimerstad/e5fff21a601e83af2a11fa5a37c3ebf8
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: