-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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_compute_region_network_endpoint_group
- Error: project: required field is not set
#10016
Comments
google_compute_region_network_endpoint_group
- Error: project: required field is not set
@andrewmackett did you provide |
@edwardmedia yes, after hitting this issue I added the However I believe there's still an issue here because setting a |
@andrewmackett it works fine with me by adding the |
@andrewmackett is this still an issue? |
@andrewmackett closing assuming it is no longer an 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
Affected Resource(s)
google_compute_region_network_endpoint_group
Terraform Configuration Files
Debug Output
GitHub Gist containing the debug output.
Panic Output
N/A
Expected Behavior
google_compute_region_network_endpoint_group
resource should be created without a project being defined (the documentation for this resource says that theproject
field is optional).project
field is defined.Actual Behavior
Terraform returns an error:
This error is produced even when a project ID value is defined in the
google_compute_region_network_endpoint_group
resource.Steps to Reproduce
terraform apply
will produce the errorproject = "PROJECT_ID"
line to thegoogle_compute_region_network_endpoint_group
resource (with a valid project ID)terraform apply
will produce the same errorImportant Factoids
N/A
References
compute_region_network_endpoint_group
example codecompute_region_network_endpoint_group
project
field is optionalThe text was updated successfully, but these errors were encountered: