(MODE-11365) Renamed target group.
This commit is contained in:
parent
01facc6ea0
commit
653a090c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
resource "aws_alb_target_group" "target_group_this" {
|
resource "aws_alb_target_group" "target_group_this" {
|
||||||
name = "maps-test"
|
name = "maps"
|
||||||
port = "80"
|
port = "80"
|
||||||
protocol = "HTTP"
|
protocol = "HTTP"
|
||||||
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"
|
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue