Skip to content

refactor(terraform): Implement Consistent Naming and Tagging Conventions #46

@carlagesa

Description

@carlagesa

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

No one assigned

    Labels

    📚 documentationImprovements or additions to documentation🔄 needs updateFor issues that require additional changes or fixes.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions