terraform-aws-codecommit-cicd
terraform-aws-codecommit-cicd copied to clipboard
Terraform module that stands up a new AWS CodeCommit repository integrated with AWS CodePipeline and CodeBuild for a end to end CI/CD pipeline in AWS.
The Terraform configuration must be valid before initialization so that Terraform can determine which modules and providers need to be installed. ╷ │ Error: Invalid quoted type constraints │ │...
There was some kind of inconsistency across the module, some roles and policies were described as data sections, some - as heredocs, so I've refactored this to be same across...
I don't know whether that is possible, but a CI/CD pipelines lives from deploying/delivery. Therefore the build user will most likely need further policies (like cloudformation:DescribeStacks etc.). I think a...
I would be nice to put something into the documentation warning & explaining the fix. https://github.com/hashicorp/terraform/issues/2774