Clivern / Lynx

🐺 A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.
https://lynx.clivern.com/
MIT License
210 stars 5 forks source link

Creation of Environment fails with Message status "uuid: can't be blank" #64

Closed ankek closed 1 month ago

ankek commented 1 month ago

Describe the bug Issue with creating Environment in Project. Creation of Environment always fails with Message status "uuid: can't be blank"

Development or production environment Docker image: clivern/lynx:0.11.8 TF Provider version: Clivern/lynx 0.3.0

Additional context Return error "uuid: can't be blank" for Web UI and Terraform provider

TF Output: lynx_environment.prod: Creating... ╷ │ Error: Client Error │ │ with lynx_environment.prod, │ on main.tf line 16, in resource "lynx_environment" "prod": │ 16: resource "lynx_environment" "prod" { │ │ Unable to create environment, got error: status: 400, body: {"errorMessage":"uuid: can't be blank"}

Clivern commented 1 month ago

@ankek please bump your version to v0.11.9 and check again (fix commit ce6a6a47f5cc35a0c27565606a63a077814dd494). I was doing some refactoring in a separate brach and a small change slipped into main and broke it.

Clivern commented 1 month ago

@ankek Please feel free to reopen the ticket if you still face the issue.

ankek commented 1 month ago

All works good. Thank you for fixing it