Enum terraform_zap_ignore_lib::Ignore
[−]
[src]
pub enum Ignore { Exact { exact: Vec<String>, }, }
Root structure to hold the ignore method type Using #[serde(untagged)] at the moment due to issue https://github.com/alexcrichton/toml-rs/issues/225
Variants
Exact
Variant to ignore by exact string match
Fields of Exact
exact: Vec<String> | Array of full resource names to ignore |