Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ac2f12

Browse filesBrowse 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
Copy full SHA for 1ac2f12

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎cloudformation/dle_cf_template.yaml

Copy file name to clipboardExpand all lines: cloudformation/dle_cf_template.yaml
+1-2Lines changed: 1 addition & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.