aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
631 stars 420 forks source link

Parameterise read/write capacity of `aft-request` table #343

Open lawliet89 opened 1 year ago

lawliet89 commented 1 year ago

Describe the outcome you'd like

Add variable to parameterise read/write capacity of aft-request table

Is your feature request related to a problem you are currently experiencing? If so, please describe.

CI checks can be very slow when multiple Terraform plans are ongoing at the same time. Allow the users to increase the read capacity of the table to speed up CI checks

Additional context

We have a Github action workflow that does a plan on every PR to change account requests. This serves as a form of sanity check.

snebhu3 commented 1 year ago

@lawliet89 thank you for reaching out, I have created a backlog to address this feature request.