Skip to content

Commit

Permalink
docs: fix missing required attribute in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanndickson committed Aug 26, 2024
1 parent 0ee6dc0 commit ef5a3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ resource "coderd_template" "ubuntu-main" {
id = coderd_user.coder1.id
role = "admin"
}]
groups = []
}
}
```
Expand Down
1 change: 1 addition & 0 deletions examples/resources/coderd_template/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ resource "coderd_template" "ubuntu-main" {
id = coderd_user.coder1.id
role = "admin"
}]
groups = []
}
}

0 comments on commit ef5a3dc

Please sign in to comment.