Skip to content

Commit 07bf54d

Browse files
committed
data-plane-controller: resource_type is optional
1 parent bb9644f commit 07bf54d

File tree

1 file changed

+1
-0
lines changed
  • crates/data-plane-controller/src

1 file changed

+1
-0
lines changed

crates/data-plane-controller/src/stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ pub struct AWSPrivateLink {
152152
pub struct AzurePrivateLink {
153153
pub service_name: String,
154154
pub location: String,
155+
#[serde(default, skip_serializing_if = "String::is_empty")]
155156
pub resource_type: String,
156157
}
157158

0 commit comments

Comments
 (0)