Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: duplicate key value violates unique constraint while creating …
…multiple workflows (#395) ## Why is this needed <!--- Link to issue you have raised --> Fixes: #379 ## How Has This Been Tested? 1. `git clone https://github.com/kinvolk/terraform-provider-tinkerbell && cd terraform-provider-tinkerbell` 2. build new images with changes in place and update docker-compose file 3. `docker-compose -f test/docker-compose.yml up -d` 4. `TF_ACC=1 TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113 TINKERBELL_CERT_URL=http://127.0.0.1:42114/cert go test -v -run=^TestAccWorkflow_.*$ -count 100 ./tinkerbell/`
- Loading branch information