Skip to content

Commit b7b9856

Browse files
add config field
1 parent 56aecba commit b7b9856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bottlerocket/types/src/agent_config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ pub struct Ec2Config {
296296
/// The device mappings used for EC2 resource provisioning
297297
#[serde(default)]
298298
pub device_mappings: Option<Vec<BlockDeviceMappingConfig>>,
299+
300+
/// The target availibity zones
301+
pub input_availability_zones: Vec<String>,
299302
}
300303

301304
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, Default)]

0 commit comments

Comments
 (0)