Skip to content

Commit 4e91fff

Browse files
committed
duh
1 parent 83b367c commit 4e91fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/organization_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ resource "coderd_organization" "test" {
151151
description = {{orNull .Description}}
152152
icon = {{orNull .Icon}}
153153
154-
{{- if .SyncMapping}}
154+
{{- if .OrgSyncIdpGroups}}
155155
org_sync_idp_groups = [
156-
{{- range $name := .SyncMapping }}
156+
{{- range $name := .OrgSyncIdpGroups }}
157157
"{{$name}}",
158158
{{- end}}
159159
]

0 commit comments

Comments
 (0)