Skip to content

Commit c95fc2d

Browse files
committed
output format update
1 parent 602aa16 commit c95fc2d

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
104104
1. If everything goes well, you should get an output like this:
105105
```config
106106
107-
<<<<<<< HEAD
108-
109107
#####################################################################
110108
111109
Congratulations! Database Lab Engine installed.
@@ -123,15 +121,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
123121
124122
#####################################################################
125123
126-
127124
```
128-
=======
129-
To connect to created VM you may ssh -t [email protected] -i dmitry-DBLABserver-ec2instance.pem "sudo su -"
130-
To open embedded Community Edition UI https://dmitry-tf-test.aws.postgres.ai:446
131-
To open to DLE API https://dmitry-tf-test.aws.postgres.ai
132-
To open CI Checker API https://dmitry-tf-test.aws.postgres.ai:445
133-
```
134-
>>>>>>> d080622f47820bb8f4e66b76ffe1ec0d9f2c91f9
135125
136126
1. To verify result and check the progress, you might want to connect to the just-created EC2 machine using IP address or hostname from the Terraform output and ssh key from ssh_public_keys_files_list and/or ssh_public_keys_list variables. In our example, it can be done using this one-liner (you can find more about DLE logs and configuration on this page: https://postgres.ai/docs/how-to-guides/administration/engine-manage):
137127
```shell

outputs.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ locals {
5050
5151
#####################################################################
5252
53-
<<<<<<< HEAD
54-
=======
55-
To connect to created VM you may ssh ubuntu@${aws_instance.aws_ec2.public_ip} -i ${var.aws_deploy_ec2_instance_tag_name}.pem
56-
To open embedded Community Edition UI ${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"446")}
57-
To open to DLE API ${format("%s://%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn))}
58-
To open DB Migration Checker API ${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"445")}
59-
>>>>>>> d080622f47820bb8f4e66b76ffe1ec0d9f2c91f9
6053
EOT
6154
}
6255
output "zzz_next_steps" {

0 commit comments

Comments
 (0)