mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-17 01:45:10 +01:00
Implement class data source
This commit is contained in:
parent
85d10ed893
commit
3c891034ee
7 changed files with 144 additions and 19 deletions
|
|
@ -48,6 +48,7 @@ impl Provider for ExampleProvider {
|
|||
vec![
|
||||
resources::kitty::ExampleDataSource::erase(),
|
||||
resources::hugo::HugoDataSource::erase(),
|
||||
resources::class_data_source::ClassDataSource::erase(),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue