Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow to configure configure tags per backend and or per configuration #1838

Closed
Tracked by #1782
peterschmidt85 opened this issue Oct 15, 2024 · 0 comments · Fixed by #1872
Closed
Tracked by #1782
Assignees
Labels

Comments

@peterschmidt85
Copy link
Contributor

peterschmidt85 commented Oct 15, 2024

Similar to Terraform's tags, it should be possible to configure tags per backend and or per configuration. These tags should be assigned to any corresponding cloud resources (where it's supported).

Examples:

projects:
  - name: main
    backends:
      - type: was
        creds:
          type: default
        tags:
          my_app_name: dstack
          my_department: 12345
          my_environment: production
          owner: andrey@dstack.ai
          my_project: "${{ project_name }}"
          my_user: "${{ user_name }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants