Skip to content

Commit dd2bad9

Browse files
committed
Merge branch 'missing-right-bracket' into 'master'
Add missing parenthesis ")" See merge request postgres-ai/terraform-postgres-ai-database-lab!49
2 parents dae3566 + 607214f commit dd2bad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
115115
- API: https://tf-test.aws.postgres.ai
116116
- SSH connection for troubleshooting: ssh ubuntu@3.92.133.178 -i dmitry-DBLABserver-ec2instance.pem
117117
118-
(Use verification token: sDTPu17pzXhW9DkhcSGpAMj72KgiIJxG
118+
(Use verification token: sDTPu17pzXhW9DkhcSGpAMj72KgiIJxG)
119119
120120
For support, go to https://postgres.ai/contact.
121121

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ locals {
4444
- API: ${format("%s://%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn))}
4545
- SSH connection for troubleshooting: ssh ubuntu@${aws_instance.aws_ec2.public_ip} -i ${var.aws_deploy_ec2_instance_tag_name}.pem
4646
47-
(Use verification token: ${random_string.dle_verification_token.result}
47+
(Use verification token: ${random_string.dle_verification_token.result})
4848
4949
For support, go to https://postgres.ai/contact.
5050

0 commit comments

Comments
 (0)