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
Describe the bug
when we add a new pipeline, if there is already a ppl with the same name, terraform plan won’t show any warning/error message that the name is taken . It will just fail when terraform apply.
To Reproduce
Steps to reproduce the behavior:
Create a new pipeline with terraform module and deploy it;
Create a new pipeline with the same name above, and check the terraform plan, everything looks right;
terraform apply it, see the error
Expected behavior
A warning or error message in the terraform plan if the pipeline name is already taken.
The text was updated successfully, but these errors were encountered:
Describe the bug
when we add a new pipeline, if there is already a ppl with the same name, terraform plan won’t show any warning/error message that the name is taken . It will just fail when terraform apply.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A warning or error message in the terraform plan if the pipeline name is already taken.
The text was updated successfully, but these errors were encountered: