-
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_app_engine_standard_app_version fails if "entrypoint" parameter is not defined #7812
google_app_engine_standard_app_version fails if "entrypoint" parameter is not defined #7812
Comments
It appears the |
Is there a way to define it as a bug in the documentation? |
We could label the 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 v0.13.5
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
The documentation states that
entrypoint
parameter is optional. If it is not defined, the provisioning should still succeed.Actual Behavior
I received the error which disappears if I provide
entrypoint
parameter.Steps to Reproduce
entrypoint
. Make sure that there is .zip with any valid content.terraform apply
Important Factoids
I also tried to provide an empty string for the entrypoint:
I've got the same error.
References
The text was updated successfully, but these errors were encountered: