cisagov / crossfeed

External monitoring for organization assets
https://docs.crossfeed.cyber.dhs.gov
Creative Commons Zero v1.0 Universal
370 stars 54 forks source link

Create TF Variable for ARN Prefix to Reduce Refactoring Needed for LZ #2558

Open Matthew-Grayson opened 7 months ago

Matthew-Grayson commented 7 months ago

💡 Summary

Motivation and context

LZ uses a different ARN format than DMZ. Deploying Terraform changes to LZ requires a lot of manual review to ensure the ARNs are correct. By using an ARN prefix variable, we can code our .tf files to be identical, except for our vars.tf file. This will make LZ deployment less labor intensive.