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 53e50ad commit 5f88202Copy full SHA for 5f88202
templates/template_versions.tf
@@ -78,7 +78,7 @@ resource "coderd_template" "awshp-linux-q-base" {
78
name = var.coder_gitsha
79
tf_vars = [{
80
name = "aws_iam_profile"
81
- value = "gtc-demo-aws-workshop-access"
+ value = "coder-workshop-ec2-workspace-role"
82
}]
83
84
acl = {
@@ -102,7 +102,7 @@ resource "coderd_template" "awshp-linux-sam" {
102
103
104
105
106
107
108
0 commit comments