You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Currently, when using the aws-alb plugin for releasing, it's not possible to use waypoint destroy because the ALB plugin does not implement DestroyRelease nor DestroyWorkspace.
Steps to Reproduce
Use aws-alb as a releaser (ECS or Lambda as deploy most likely)
Do a deploy, then do a waypoint destroy
AWS errors will indicate that the TargetGroups to be destroy are still wired up to the ALB.
Expected behavior
The ALB should delete it's usage of TargetGroups when it's destroyed. Then the deployments that provided those TargetGroups can be deleted.
Waypoint Platform Versions
0.2.1 and main.
Waypoint CLI Version: 0.2.1 and main
Waypoint Plugin: aws/alb
The text was updated successfully, but these errors were encountered:
Currently, when using the
aws-alb
plugin for releasing, it's not possible to usewaypoint destroy
because the ALB plugin does not implementDestroyRelease
norDestroyWorkspace
.Steps to Reproduce
aws-alb
as a releaser (ECS or Lambda as deploy most likely)waypoint destroy
Expected behavior
The ALB should delete it's usage of TargetGroups when it's destroyed. Then the deployments that provided those TargetGroups can be deleted.
Waypoint Platform Versions
0.2.1 and main.
aws/alb
The text was updated successfully, but these errors were encountered: