cloudposse / terraform-aws-rds

Terraform module to provision AWS RDS instances
https://cloudposse.com/accelerate
Apache License 2.0
153 stars 180 forks source link

feat: add `timeouts` to the instance resource + timeouts variable #146

Closed DaveSpe closed 1 year ago

DaveSpe commented 1 year ago

what

why

I ran into an issue where using the module in TF Cloud during creation the run times out. The instance get's created but due to the run timing out the TF Cloud state does not get updated and each subsequent run would tear down an instance and recreate it, timing out once again. I added a timeouts variable with default terraform values, which a user can change if they desire in order to accommodate a longer run.

Gowiem commented 1 year ago

/test all