chanzuckerberg / fogg

Manage Infrastructure as Code with less pain.
https://chanzuckerberg.github.io/fogg/
MIT License
295 stars 20 forks source link

feat: add default tags to AWS provider #941

Closed jakeyheath closed 1 year ago

jakeyheath commented 1 year ago

Summary

This feature adds defaults tags to all the AWS providers. It will include information about the Git SHA and branch that are provided by TFE. If these variables are not provided, they default to 'unknown'. This PR also adds helper scripts to the fogg repositories so that we can start leveraging them in other ways to tag all our resources.

Note