We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6153 commit 47ef03fCopy full SHA for 47ef03f
examples/templates/aws-windows/main.tf
@@ -88,6 +88,8 @@ resource "aws_instance" "dev" {
88
user_data = data.coder_workspace.me.transition == "start" ? local.user_data_start : local.user_data_end
89
tags = {
90
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"
93
}
94
95
0 commit comments