aboutsummaryrefslogtreecommitdiffstats
path: root/cf.yml
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2026-05-10 13:38:20 -0700
committerGitHub <noreply@github.com>2026-05-10 13:38:20 -0700
commit6c6eec1bf55b879a8db218cf3252fa44d9b5d6b1 (patch)
tree55b7adfb3f7a75a007c8b2d2a1ad19abba066c04 /cf.yml
parent22c5f4858d1411e501bef22742ed4097bada43ee (diff)
Add 'Preset' parameter for Factorio configuration
Added a new parameter 'Preset' to specify Factorio preset mode.
Diffstat (limited to 'cf.yml')
-rw-r--r--cf.yml7
1 files changed, 7 insertions, 0 deletions
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:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage