Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
DBLab Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Postgres.AI
DBLab Engine
Merge requests
!615
fixed typo in CF template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed typo in CF template
CF_typo_fix
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Dmitry Fomin
requested to merge
CF_typo_fix
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Description
Related issue
Examples
Checklist
MR description has been reviewed
MR changes are functionally tested
MR does NOT have text changes OR there are text changes and they have been reviewed
MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed
MR does NOT have UI changes OR there are UI changes and they have been reviewed
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f7a55c85
1 commit,
2 years ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cloudformation/dle_cf_template.yaml
+
1
−
2
Options
@@ -218,7 +218,6 @@ Resources:
EC2SSMInstanceProfile
:
Type
:
"
AWS::IAM::InstanceProfile"
Properties
:
InstanceProfileName
:
"
EC2RoleForSSM"
Roles
:
-
Ref
:
"
IamSSMRole"
LambdaExecutionRole
:
@@ -315,7 +314,7 @@ Resources:
dle_config_path="/home/ubuntu/.dblab/engine/configs"
dle_meta_path="/home/ubuntu/.dblab/engine/meta"
postgres_conf_path="/home/ubuntu/.dblab/postgres_conf"
dle_logs_path="home/ubuntu/.dblab/engine/logs"
dle_logs_path="
/
home/ubuntu/.dblab/engine/logs"
yq e -i '
.embeddedUI.host="" |
Loading