Remove references to WEBFE-ECS's Security Group from your stack's Terraform configuration

Each stack below contains a reference to webfe-ecs's Security Group (sg-c26c3da4) :

Since webfe-ecs cluster in tvlk-prod has been decommissioned[1], you will find output similar like this from terraform plan in the stacks mentioned above:

----------------------------------------------------------------------

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  + aws_security_group_rule.ingress_webfe-ecs_to_ptspapi-lbint_443
      id:                       <computed>
      description:              "ingress from webfe-ecs to ptspapi-lbint"
      from_port:                "443"
      protocol:                 "tcp"
      security_group_id:        "sg-05accea77164827b3"
      self:                     "false"
      source_security_group_id: "sg-c26c3da4"
      to_port:                  "443"
      type:                     "ingress"

Plan: 1 to add, 0 to change, 0 to destroy.

-------------------------------------------------------------------------

Please remove the Security Group rule from your stack because sg-c26c3da4 is not exist anymore.

Thanks

[1] https://github.com/traveloka/infra-production-playbooks/pull/2753