diff options
| -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:
|
