specify region in route53
I would like to use route 53 to create a cert in us-east-1 region since we will be using it with cloudfront to private s3. It seems to use our default region us-west-2. Is there a way to override the region in this module? --- <ins datetime="2022-12-02T21:20:53Z"> <p><a href="https://support.gruntwork.io/hc/requests/109687">Tracked in ticket #109687</a></p> </ins>
Hi @demimike, in our `load-balancer` repo we have an [`acm-tls-certificate` module](https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/main/modules/acm-tls-certificate), here's a usage [example](https://github.com/gruntwork-io/terraform-aws-load-balancer/blob/e7bd8207733c3bd71c86d7aed05d79f542c4e8ad/examples/acm-tls-certificate/main.tf). You can set the region in the provider block. Is this what you mean?