(MODE-11365) Renamed target group.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 22:38:25 +02:00
parent 01facc6ea0
commit 653a090c3c

View file

@ -1,5 +1,5 @@
resource "aws_alb_target_group" "target_group_this" {
name = "maps-test"
name = "maps"
port = "80"
protocol = "HTTP"
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"