diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-05-10 13:38:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 13:38:20 -0700 |
| commit | 6c6eec1bf55b879a8db218cf3252fa44d9b5d6b1 (patch) | |
| tree | 55b7adfb3f7a75a007c8b2d2a1ad19abba066c04 /cf.yml | |
| parent | 22c5f4858d1411e501bef22742ed4097bada43ee (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.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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:
|
