Skip to content

Commit b413585

Browse files
anatolystanslerNikolayS
authored andcommitted
fix: localUI -> embeddedUI
1 parent dae3566 commit b413585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ output "vcs_db_migration_checker_verification_token" {
2525
output "vcs_db_migration_checker_registration_url" {
2626
value = "${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"445")}"
2727
}
28-
output "local_ui_url" {
28+
output "embedded_ui_url" {
2929
value = "${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"446")}"
3030
}
3131

Diff for: security.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "aws_security_group_rule" "dle_products" {
1717
# 443 - dle_instance_api
1818
# 444 - joe_bot_api
1919
# 445 - ci_observer_api
20-
# 446 - dle_local_ui
20+
# 446 - dle_embedded_ui
2121
security_group_id = aws_security_group.dle_instance_sg.id
2222
type = "ingress"
2323
from_port = 443

0 commit comments

Comments
 (0)