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.
When running waypoint destroy, the error is as follows:
$ waypoint destroy -auto-approve
» Destroying releases for application 'learn-waypoint-lambda'...
» Destroying deployments for application 'learn-waypoint-lambda'...
! Error destroying: rpc error: code = Unknown desc = ResourceInUse: Target group
'arn:aws:elasticloadbalancing:us-west-2:188077105376:targetgroup/learn-waypoint-lambda-01F7X1X4MA/1bab643a591c9fe5' is currently in use by a listener or a rule
status code: 400, request id: 835cbdef-d3d6-4fc7-a301-62edd6ed8002
On a second execution of the same command, it seems to work fine:
$ waypoint destroy -auto-approve
» Destroying shared deploy resources for application 'learn-waypoint-lambda'...
✓ Connecting to AWS
✓ Deleting Lambda function
✓ IAM role deleted
Destroy successful!
However, looking at the AWS console, the following resources still exists:
Application Load Balancer
Target Group
Elastic Container Repository
Expected behavior
Resources created using waypoint up are destroyed.
Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:
Waypoint CLI Version: 0.4
Waypoint Server Platform and Version: docker 20.10.2 (both client and server)
Waypoint Plugin: aws-alb
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered:
Describe the bug
Error on
waypoint destroy
when following the AWS lambda deployment tutorialSteps to Reproduce
Follow the tutorial here:
https://learn.hashicorp.com/tutorials/waypoint/aws-lambda
When running
waypoint destroy
, the error is as follows:On a second execution of the same command, it seems to work fine:
However, looking at the AWS console, the following resources still exists:
Expected behavior
Resources created using
waypoint up
are destroyed.Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:
docker
20.10.2 (both client and server)aws-alb
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered: