From 6c6eec1bf55b879a8db218cf3252fa44d9b5d6b1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 10 May 2026 13:38:20 -0700 Subject: Add 'Preset' parameter for Factorio configuration Added a new parameter 'Preset' to specify Factorio preset mode. --- cf.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cf.yml b/cf.yml index f3af918..d78913b 100644 --- a/cf.yml +++ b/cf.yml @@ -91,6 +91,11 @@ Parameters: AllowedValues: - true - false + + Preset: + Type: String + Description: "Factorio preset mode (e.g. rich-resources)" + Default: rich-resources Metadata: AWS::CloudFormation::Interface: @@ -444,6 +449,8 @@ Resources: Value: !Sub "${UpdateModsOnStart}" - Name: DLC_SPACE_AGE Value: !Sub "${DlcSpaceAge}" + - Name: PRESET + Value: !Ref Preset Outputs: CheckInstanceIp: -- cgit v1.2.3