Terraform: How to avoid hard-coding of AWS account IDs?
When using multiple AWS accounts it very likely that you will have hard-coded AWS account IDs all over your Terraform codebase. Hard-coding is annoying and prone to errors. For example, you could use the production AWS account ID instead of pre-produ...
arunvelsriram.dev2 min read