You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment: GCE VM running Debian 5.10.136 (amd64)
Go: v1.16 (runtime chosen in GCP cloud functions)
After having installed all the required components and going past the error and fix identified in this issue, I'm encountering the following error:
Error: Error waiting for Creating CloudFunctions Function: Error code 3, message: Build failed: # cloud.google.com/go/storage
/layers/google.go.functions-framework/gopath/pkg/mod/cloud.google.com/go/storage@v1.22.1/bucket.go:1504:5: cannot use r.Condition.AgeInDays (type int64) as type *int64 in field value
/layers/google.go.functions-framework/gopath/pkg/mod/cloud.google.com/go/storage@v1.22.1/bucket.go:1592:5: cannot use rr.Condition.Age (type *int64) as type int64 in field value; Error ID: 975560ac
with module.revoke_iam_grants.google_cloudfunctions_function.revoke_member_function,
on cloudfunctions/iam/revoke/main.tf line 16, in resource "google_cloudfunctions_function" "revoke_member_function":
16: resource "google_cloudfunctions_function" "revoke_member_function" {
Environment: GCE VM running Debian 5.10.136 (amd64)
Go: v1.16 (runtime chosen in GCP cloud functions)
After having installed all the required components and going past the error and fix identified in this issue, I'm encountering the following error:
The same error shows up for the following files:
Could someone point me in the right direction to get past this error? Is there any updated code base that fixes all outstanding bugs/issues?
Thank you for any help on this.