We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5159c + 621f9a0 commit 93d3212Copy full SHA for 93d3212
aws/terraform/modules/metaflow/modules/metadata-service/ec2.tf
@@ -54,7 +54,7 @@ resource "aws_lb" "this" {
54
}
55
56
resource "aws_lb_target_group" "this" {
57
- name = "${var.resource_prefix}trgtgrp${var.resource_suffix}"
+ name = "${var.resource_prefix}mdtg${var.resource_suffix}"
58
port = 8080
59
protocol = "TCP"
60
target_type = "ip"
@@ -71,7 +71,7 @@ resource "aws_lb_target_group" "this" {
71
72
73
resource "aws_lb_target_group" "db_migrate" {
74
- name = "${var.resource_prefix}dbtrgtgrp${var.resource_suffix}"
+ name = "${var.resource_prefix}dbtg${var.resource_suffix}"
75
port = 8082
76
77
0 commit comments