Skip to content

Commit 1ac2f12

Browse files
committed
Merge branch 'CF_typo_fix' into 'master'
fixed typo in CF template See merge request postgres-ai/database-lab!615
2 parents cb303c2 + 69178e3 commit 1ac2f12

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)