aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
604 stars 386 forks source link

Customizing Codebuild buildspecs via Terraform #462

Open bartoszbryk opened 1 month ago

bartoszbryk commented 1 month ago

Describe the outcome you'd like We want to customize our Codebuild projects to use slightly different buildspec. We'd like to make that change via terraform code. Please add a feature toggle or input variable that would allow us to configure that

Is your feature request related to a problem you are currently experiencing? If so, please describe. We have some specific requirements that we need to fulfil by modifying the Codebuild buildspec. However, every new apply of AFT module will require us to change them again. We'd like to be able to add that to the terraform code, or recreate those resources in our own configuration, however we weren't able to achieve that with current setup of the module.

Additional context

Add any other context or screenshots about the feature request here.

snebhu3 commented 1 week ago

@bartoszbryk thank you for reaching out. I will create an internal backlog to further evaluate this feature request.

snebhu3 commented 1 week ago

@bartoszbryk please may you suggest if you have explored leveraging Pre-API helpers to achieve your goal? You could also refer to account customizations README to understand more about Pre-API helpers.