Skip to content

Commit 47ef03f

Browse files
authored
example: fix: properly tag aws-windows workspaces (coder#1744)
1 parent b5d6153 commit 47ef03f

File tree

1 file changed

+2
-0
lines changed
  • examples/templates/aws-windows

1 file changed

+2
-0
lines changed

examples/templates/aws-windows/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ resource "aws_instance" "dev" {
8888
user_data = data.coder_workspace.me.transition == "start" ? local.user_data_start : local.user_data_end
8989
tags = {
9090
Name = "coder-${data.coder_workspace.me.owner}-${data.coder_workspace.me.name}"
91+
# Required if you are using our example policy, see template README
92+
Coder_Provisioned = "true"
9193
}
9294

9395
}

0 commit comments

Comments
 (0)