Skip to content

Commit 817848e

Browse files
authored
schemas: Exclude oktadeveloper/okta (hashicorp#536)
1 parent fc0f1c0 commit 817848e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/schemas/gen/gen.go

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ var ignore = map[string]bool{
248248
"zerotier/zerotier": true,
249249
"nirmata/nirmata": true,
250250
"datastax/astra": true,
251+
"oktadeveloper/okta": true,
251252
}
252253

253254
func filter(providers []provider) (filtered []provider) {

0 commit comments

Comments
 (0)