wandb / terraform-aws-wandb

A terraform module for deploying Weights & Biases on AWS.
Apache License 2.0
17 stars 19 forks source link

Enforce Resource Tagging for AWS in Terraform Deployments #274

Open velotioaastha opened 3 weeks ago

velotioaastha commented 3 weeks ago

There have been concerns that some resources deployed using our Terraform modules are not correctly tagged. We may need to perform some investigative work, but it is essential to ensure that all resources are correctly tagged to maintain our infrastructure's manageability and compliance.

Action Items

  1. Conduct an audit to identify untagged or incorrectly tagged resources in our current Terraform deployments.
  2. Analyze the existing Terraform scripts to pinpoint gaps in the tagging logic.
  3. Update the Terraform modules to incorporate mandatory tagging as part of the deployment process.
  4. Test the updated modules to ensure that all resources are now correctly tagged upon deployment.
  5. Document the changes made and update any relevant procedural documentation.