defang icon indicating copy to clipboard operation
defang copied to clipboard

GCP: long project names may cause issues with subnet naming

Open nullfunc opened this issue 11 months ago • 0 comments

I received this error when deploying sample sample-django-channels-redis-postgres :

error: could not make instance of 'gcp:compute/subnetwork:Subnetwork': name 'sample-django-channels-redis-postgres-template-shared-subnet-' plus 7 random chars is longer than maximum length 63

Any long project name would cause this. we should be able to validate for users before deployment actually occurs.

nullfunc avatar Feb 18 '25 23:02 nullfunc