Skip to content

Commit d23168a

Browse files
committed
gen
1 parent cc2bb2e commit d23168a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
default: testacc
22

33
fmt:
4+
go fmt ./...
45
terraform fmt -recursive
56

7+
vet:
8+
go vet ./...
9+
610
gen:
711
go generate ./...
812

docs/resources/organization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ An organization on the Coder deployment
2424
- `description` (String)
2525
- `display_name` (String) Display name of the organization. Defaults to name.
2626
- `icon` (String)
27-
- `members` (Set of String) Members of the organization, by ID. If null, members will not be added or removed by Terraform.
2827

2928
### Read-Only
3029

0 commit comments

Comments
 (0)