Skip to content

Commit

Permalink
schemas: Exclude datastax/astra from pre-generated schemas (hashicorp…
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored May 17, 2021
1 parent 84545ac commit 51d7a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ var ignore = map[string]bool{
"HewlettPackard/oneview": true,
"zerotier/zerotier": true,
"nirmata/nirmata": true,
"datastax/astra": true,
}

func filter(providers []provider) (filtered []provider) {
Expand Down

0 comments on commit 51d7a7b

Please sign in to comment.