func NewApiKeysDataSource()

in internal/provider/apikeys_data_source.go [22:24]


func NewApiKeysDataSource() datasource.DataSource {
	return &apiKeysDataSource{}
}