Skip to content

Commit 5f88202

Browse files
sync IAM role name with workshop content
1 parent 53e50ad commit 5f88202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/template_versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ resource "coderd_template" "awshp-linux-q-base" {
7878
name = var.coder_gitsha
7979
tf_vars = [{
8080
name = "aws_iam_profile"
81-
value = "gtc-demo-aws-workshop-access"
81+
value = "coder-workshop-ec2-workspace-role"
8282
}]
8383
}]
8484
acl = {
@@ -102,7 +102,7 @@ resource "coderd_template" "awshp-linux-sam" {
102102
name = var.coder_gitsha
103103
tf_vars = [{
104104
name = "aws_iam_profile"
105-
value = "gtc-demo-aws-workshop-access"
105+
value = "coder-workshop-ec2-workspace-role"
106106
}]
107107
}]
108108
acl = {

0 commit comments

Comments
 (0)