-
Notifications
You must be signed in to change notification settings - Fork 52
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
RegionNetworkEndpointGroup: Invalid value for field 'resource.creationTimestamp' #804
Comments
👍 |
Thank you for filing this issue! |
👍 |
1 similar comment
👍 |
Is there any update on this issue? @Narrayahodeir |
Not from my site. It seems to be an upstream issue and needs to be addressed there. |
👍 |
I have ran your code, and it seems to work now. Can you check and see if its still broken on your side? |
Thanks Richard for verifying. Unfortunately I don't have access to the code anymore. I think we can close the issue since you tested it successfully. |
What happened?
I want to create a serverless NEG with the compute.RegionNetworkEndpointGroup resource (NodeJS SDK) and get the following error:
"Error creating RegionNetworkEndpointGroup: googleapi: Error 400: Invalid value for field 'resource.creationTimestamp': ''. Must be a match of regex '(?:[0-9a-z][0-9a-z-]{0,48})'., invalid"
The creation timestamp looks empty and isn't valid.
Steps to reproduce
The following resource is being used:
Expected Behavior
I expect a valid creationTimestamp and the resource being created successfully.
Actual Behavior
After issuing
pulumi up
this error appears:"Error creating RegionNetworkEndpointGroup: googleapi: Error 400: Invalid value for field 'resource.creationTimestamp': ''. Must be a match of regex '(?:[0-9a-z][0-9a-z-]{0,48})'., invalid"
And the resource isn't being created.
Versions used
CLI
Version 3.30.0
Go Version go1.18.1
Plugins
NAME VERSION
nodejs 16.14.0
Host
OS darwin
Version 12.3.1
Arch x86_64
Name
@pulumi/google-native 0.18.1
@pulumi/gcp 6.21.0
Additional context
If I change
resource: apiGateway.id,
tourlMask: '<gateway>'
the resource is being created. But I need theresource
property.With the "gcloud beta SDK" the resource can be created with the required properties (with resource instead urlmask).
The same behaviour is experienced with the google-native provider version 0.18.1.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: