mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
example: fix: properly tag aws-windows workspaces (#1744)
This commit is contained in:
@@ -88,6 +88,8 @@ resource "aws_instance" "dev" {
|
||||
user_data = data.coder_workspace.me.transition == "start" ? local.user_data_start : local.user_data_end
|
||||
tags = {
|
||||
Name = "coder-${data.coder_workspace.me.owner}-${data.coder_workspace.me.name}"
|
||||
# Required if you are using our example policy, see template README
|
||||
Coder_Provisioned = "true"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user