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 ee91eea commit 6204c55Copy full SHA for 6204c55
templates/template_versions.tf
@@ -65,7 +65,7 @@ resource "coderd_template" "awshp-linux-q-base" {
65
name = var.coder_gitsha
66
tf_vars = [{
67
name = "aws_iam_profile"
68
- value = "coder-workshop-ec2-workspace-role"
+ value = "coder-workshop-ec2-workspace-profile"
69
}]
70
71
}
@@ -82,7 +82,7 @@ resource "coderd_template" "awshp-linux-sam" {
82
83
84
85
86
87
88
0 commit comments