Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dobarx committed Mar 29, 2024
1 parent 10d49a0 commit 0313f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/nistnvd/data_nist_nvd_cves.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ const (
func makeNistNvdCvesDataSource(loader ClientLoadFn) *plugin.DataSource {
return &plugin.DataSource{
DataFunc: fetchNistNvdCvesData(loader),
Config: &hcldec.ObjectSpec{
Config: hcldec.ObjectSpec{
"api_key": &hcldec.AttrSpec{
Name: "api_key",
Type: cty.String,
Required: false,
},
},
Args: &hcldec.ObjectSpec{
Args: hcldec.ObjectSpec{
"last_mod_start_date": &hcldec.AttrSpec{
Name: "last_mod_start_date",
Type: cty.String,
Expand Down

0 comments on commit 0313f9d

Please sign in to comment.