Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3da30 commit 45a70c8Copy full SHA for 45a70c8
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