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
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:
fixes#2162
Cloudrun service, like a bunch of other resources in GCP does not accept
capital letters in its name. This fixes the autonaming to lowercase the
pulumi name.
Opened #2164 to follow up on
defaulting this for all resources in GCP.
fixes#2183
Firestore database needs an all lowercase name since the API errors
otherwise.
We should likely do this for all GCP resources as it looks like quite a
few of them have this: #2164
Describe what happened
A lot of resources don't accept capital letters in their names, failing during creating.
We should consider lowercasing all of them. This will need a bit of work in the bridge I believe.
Sample program
#2162
Log output
.
Affected Resource(s)
No response
Output of
pulumi about
.
Additional context
No response
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: