Request: code_pipeline
nitrocode opened this issue · 3 comments
nitrocode commented
Thank you for this useful cli app!
https://www.terraform.io/docs/providers/aws/r/codepipeline.html
BartusZak commented
Is there a possibility to export existing AWS CodePipeline configuration?
nitrocode commented
@BartusZak, yes because there is a way to import it using Terraform so the API supports it.
terraform import aws_codepipeline.foo example
vibhuyadav commented
+1