Skip to content

Commit a4dd242

Browse files
minor refactoring and iam profile tfvar updates
1 parent 7e2b433 commit a4dd242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/template_versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ resource "coderd_template" "awshp-linux-sam" {
100100
active = true
101101
# Version name is optional
102102
name = var.coder_gitsha
103+
tf_vars = [{
104+
name = "aws_iam_profile"
105+
value = "gtc-demo-aws-workshop-access"
106+
}]
103107
}]
104108
acl = {
105109
users = [{

0 commit comments

Comments
 (0)