-
Notifications
You must be signed in to change notification settings - Fork 60
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
panic: runtime error: invalid memory address or nil pointer dereference #88
Comments
I noticed that the Even with a data resource, I also run into the panic, so it's not specifically an issue with imports: data "googleworkspace_schema" "aws_session_duration" {
schema_name = "Amazon_SessionDuration"
} |
Hi @ari-becker ! I'm sorry you're running into this issue. Unfortunately, I'm unable to reproduce it. Would you be able to provide some debug logs? I'm interested to see what the schema looks like in the response you're getting from the API. |
It doesn't seem to me that it even is able to send a request to the API endpoint. |
Well, this is embarrassing. I forgot to add logging! That's why we're not seeing that request being logged. I'm sorry! I'll add that in here quick! Sorry about that! |
hi @megan07 , will you release a |
Hi @ari-becker ! I'm Tej, a PM for this provider. Firstly, thank you for taking the time to file the issue with us. Megan and the team are working on completing this for our Thanks, |
Hi @ari-becker! Sorry for the delay on this. |
Hi @megan07 , enclosed is the debug output from 0.3.0 (with various identifiers sanitized). Thanks for looking into this |
@ari-becker thanks for the debug log! i've got a fix in now. |
Hi @ari-becker ! |
Hi @ari-becker, sorry for the delay on this. Wanted to let you know that |
Versions
Terraform:
1.0.0
provider:
0.2.0
Affected Resource(s)
googleworkspace_schema
Terraform Configuration Files
Panic Output
Steps to Reproduce
terraform import googleworkspace_schema.aws_session_duration XXX==
, whereXXX==
is the schema ID which I found with the API Explorer: https://developers.google.com/admin-sdk/directory/reference/rest/v1/schemas/listThe text was updated successfully, but these errors were encountered: