Skip to content

Retail Store UI - not working after Terraform deployment #1

@gxvigo

Description

@gxvigo

Hello,
Terraform deployment completed successfully but the Retail UI didn't work.
Checking the ALB I found that there wasn't a Listener configured.
After manually configured the Listener (port 80) adding the existing Target Group (ui-application) the URL worked.

I asked Kiro what was the problem and this is the answer (that act
The issue is that in the terraform-aws-modules/alb version 8.0, when using target_groups as a list, you should use name_prefix instead of name to avoid naming conflicts. The name parameter with a fixed value can cause issues with the module's internal resource creation. Try running terraform apply now.
Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions