-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
📚 documentationImprovements or additions to documentationImprovements or additions to documentation🔄 needs updateFor issues that require additional changes or fixes.For issues that require additional changes or fixes.
Description
To improve resource identification, cost allocation, and automation, we need to enforce a consistent naming and tagging strategy for all resources created by Terraform. We should define a clear convention and apply it across our configuration. This makes our infrastructure more predictable and easier to manage.
Acceptance Criteria:
- A locals block is created to define standard tags (e.g., project, environment, managed-by).
- A clear naming convention is established and documented (e.g., project-environment-resource-name).
- All resources in the existing Terraform configuration are updated to use the new naming convention.
- All resources are updated to include the standard set of tags.
Metadata
Metadata
Assignees
Labels
📚 documentationImprovements or additions to documentationImprovements or additions to documentation🔄 needs updateFor issues that require additional changes or fixes.For issues that require additional changes or fixes.