remove updated_at from ResourceToml

This commit is contained in:
mbecker20
2024-05-01 23:22:19 -07:00
parent b6df4a08b1
commit de4c657868
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -443,6 +443,5 @@ where
.collect(),
description: resource.description,
config: resource.config.into(),
updated_at: 0,
}
}
-3
View File
@@ -76,9 +76,6 @@ pub struct ResourceToml<PartialConfig> {
#[serde(default)]
pub description: String,
#[serde(default)]
pub updated_at: i64,
/// Tag ids or names
#[serde(default)]
pub tags: Vec<String>,