Skip to content

Commit 69178e3

Browse files
DmitryFomin1agneum
authored andcommitted
fixed typo in CF template
1 parent cb303c2 commit 69178e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudformation/dle_cf_template.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ Resources:
218218
EC2SSMInstanceProfile:
219219
Type: "AWS::IAM::InstanceProfile"
220220
Properties:
221-
InstanceProfileName: "EC2RoleForSSM"
222221
Roles:
223222
- Ref: "IamSSMRole"
224223
LambdaExecutionRole:
@@ -315,7 +314,7 @@ Resources:
315314
dle_config_path="/home/ubuntu/.dblab/engine/configs"
316315
dle_meta_path="/home/ubuntu/.dblab/engine/meta"
317316
postgres_conf_path="/home/ubuntu/.dblab/postgres_conf"
318-
dle_logs_path="home/ubuntu/.dblab/engine/logs"
317+
dle_logs_path="/home/ubuntu/.dblab/engine/logs"
319318

320319
yq e -i '
321320
.embeddedUI.host="" |

0 commit comments

Comments
 (0)