dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 658 forks source link

Request: code_pipeline #446

Open nitrocode opened 5 years ago

nitrocode commented 5 years ago

Thank you for this useful cli app!

https://www.terraform.io/docs/providers/aws/r/codepipeline.html

BartusZak commented 4 years ago

Is there a possibility to export existing AWS CodePipeline configuration?

nitrocode commented 4 years ago

@BartusZak, yes because there is a way to import it using Terraform so the API supports it.

terraform import aws_codepipeline.foo example

See available codepipeline commands

vibhuyadav commented 4 years ago

+1