'CodePipeline in AWS gets Auto Triggered when Created from Terraform
As part of my requirement I am trying to create a AWS CodePipeline from Terraform and Trigger the CodePipeline Manually once created. But Unfortunately the CodePipeline is getting triggered automatically once created from Terraform
I am Trying to find a way to stop the Codepipeline from triggering automatically as soon as it is deployed from Terraform. I was trying to do one of the below 2 methods, But I did not find anything relevant for the same.
- Find any Parameter which sets the auto trigger to false.
- Or Enable the "DisableInboundStageTransitions" between the Source and the First Stage. So the pipeline stage's will not run even if the source has started.
I see "DisableInboundStageTransitions" is available in CloudFormation but not in Terraform.
It Would be really great if someone can let me know that is it even possible to do the above from Terraform? Is there any workaround to Achieve the same?
Thanks in Advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
