Database instance creation fails due to name exceeding limits
Finenyaco opened this issue · 5 comments
Finenyaco commented
Describe the bug
Steps to reproduce
- Add a template with source https://github.com/walrus-catalog-sandbox/terraform-google-redis.
- Using the template to create a resource.
Result
- Failed to create google redis instance. The name length exceeds 40 characters.
- The maximum length for the current instance name is 103 characters, which would exceed the instance name length limit for many cloud providers. Please check other templates accordingly.
Expected behavior
Environment
- Walrus version: v0.6.0-rc1
Additional context
Add any other context about the problem here.
Finenyaco commented
Environment
- Walrus version: main 61fe2d2
- UI version: dev-3d2debe
Test Result:
- sandbox/google-redis@v0.1.2: Failed to create
- sandbox/azure-redis@v0.1.2: Failed to create
- sandbox/azure-postgresql@v0.1.3:
Deployment shows success, but PostgreSQL database was not actually created. But an error occurred during the deletion process.
- sandbox/azure-mysql@v0.1.3
Finenyaco commented
Environment
- Walrus version: main 34e8294
- UI version: dev-b878771
Test Result:
-
sandbox/azure-redis@v0.1.3: pass
-
sandbox/azure-postgresql@v0.1.4: pass
-
sandbox/azure-mysql@v0.1.4: pass
-
sandbox/google-redis@v0.1.3: pass
-
sandbox/google-mysql@v0.1.2: failed
- sandbox/google-postgresql@v0.1.2: failed
Finenyaco commented