Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No waring/Error for duplicate pipeline name in terraform plan #564

Open
jiaquan1 opened this issue Sep 27, 2024 · 1 comment
Open

No waring/Error for duplicate pipeline name in terraform plan #564

jiaquan1 opened this issue Sep 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jiaquan1
Copy link

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:

  1. Create a new pipeline with terraform module and deploy it;
  2. Create a new pipeline with the same name above, and check the terraform plan, everything looks right;
  3. terraform apply it, see the error

Expected behavior
A warning or error message in the terraform plan if the pipeline name is already taken.

@jiaquan1 jiaquan1 added the bug Something isn't working label Sep 27, 2024
@tomowatt
Copy link
Member

Hey @jiaquan1

Thanks for raising this, we will look to see what is possible to be able to detect name conflicts of Pipeline Resource during Plans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants