-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_apikeys_key key_string attribute always returns null #11290
google_apikeys_key key_string attribute always returns null #11290
Comments
Note also, that I can run:
To successfully obtain the key string. |
I'm getting strange results in the id too, once it was some kind of UUID, and on the last run, I am getting... Note the double "projects/projects"... of course this may be an upstream issue |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v1.1.7
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
key_string should not be null
Actual Behavior
key_string is always null
Steps to Reproduce
Use the above resource to create an API key.
terraform output:
Important Factoids
| key_string - Output only. An encrypted and signed value held by this key. This field can be accessed only through the GetKeyString method.
This comment is of some concern since I don't know how one would do this?
References
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/apikeys_key
The text was updated successfully, but these errors were encountered: