mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-16 09:25:10 +01:00
implement optional attrs
This commit is contained in:
parent
b50fa51e9c
commit
bf7835162d
5 changed files with 135 additions and 56 deletions
|
|
@ -53,7 +53,7 @@ impl DataSource for ExampleDataSource {
|
|||
},
|
||||
"right" => Attribute::String {
|
||||
description: "meow".to_owned(),
|
||||
mode: Mode::Required,
|
||||
mode: Mode::Optional,
|
||||
sensitive: false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue