Skip to content

Commit fcf26bf

Browse files
docs: fix missing required attribute in example (#80)
1 parent 0ee6dc0 commit fcf26bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/resources/template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ resource "coderd_template" "ubuntu-main" {
4747
id = coderd_user.coder1.id
4848
role = "admin"
4949
}]
50+
groups = []
5051
}
5152
}
5253
```

examples/resources/coderd_template/resource.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ resource "coderd_template" "ubuntu-main" {
3232
id = coderd_user.coder1.id
3333
role = "admin"
3434
}]
35+
groups = []
3536
}
3637
}

0 commit comments

Comments
 (0)