You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}"
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: