mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
cleanup
This commit is contained in:
parent
18a9d610cd
commit
41e578e199
4 changed files with 14 additions and 6 deletions
|
|
@ -208,7 +208,7 @@ impl Provider for MyProvider {
|
|||
&self,
|
||||
request: Request<tfplugin6::read_data_source::Request>,
|
||||
) -> Result<Response<tfplugin6::read_data_source::Response>, Status> {
|
||||
tracing::error!("read_data_source");
|
||||
tracing::info!("read_data_source");
|
||||
|
||||
let reply = tfplugin6::read_data_source::Response {
|
||||
state: Some(tfplugin6::DynamicValue {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue