Skip to content

Commit c5fbc81

Browse files
committed
remove registry outputs
1 parent a737d28 commit c5fbc81

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

examples/single-node/outputs.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ output "route53_gitlab_alb" {
8686
value = module.gitlab.route53_gitlab_alb
8787
}
8888

89-
output "route53_gitlab_registry_alb" {
90-
value = module.gitlab.route53_gitlab_registry_alb
91-
}
92-
9389
output "bastion_public_eip" {
9490
value = module.gitlab.bastion_public_eip
9591
}

module/single-node-omnibus/local-resources.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ data "template_file" "gitlab_application_user_data" {
4343
registry_s3_bucket_name = format("%s-%s",module.gitlab_label.id, var.gitlab_registry_s3_bucket_name)
4444
backup_s3_bucket_name = format("%s-%s",module.gitlab_label.id, var.gitlab_backup_s3_bucket_name)
4545
domain_name = var.domain_name
46-
reg_domain_name = var.registry_domain_name
4746
}
4847
}
4948

module/single-node-omnibus/outputs.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ output "route53_gitlab_alb" {
8686
value = aws_route53_record.alb_dns.fqdn
8787
}
8888

89-
output "route53_gitlab_registry_alb" {
90-
value = aws_route53_record.reg_alb_dns.fqdn
91-
}
92-
9389
output "bastion_public_eip" {
9490
value = aws_eip.bastion.public_ip
9591
}

0 commit comments

Comments
 (0)