Skip to content

Commit

Permalink
unused aws instace and vpcs cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 18, 2024
1 parent 633c719 commit 9940968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/awscleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
--query "Tags[0].Value" --output text
}
for vpc in $vpcs; do
get_tag_value $vpc "GithubRepository"
get_tag_value $vpc "GithubRunId"
get_tag_value $vpc "GithubJob"
github_repository=$(get_tag_value $vpc "GithubRepository")
run_id=$(get_tag_value $vpc "GithubRunId")
job_name=$(get_tag_value $vpc "GithubJob")
Expand Down

0 comments on commit 9940968

Please sign in to comment.