Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 8911387

Browse files
committed
wip
1 parent 3e3e4f6 commit 8911387

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infrastructure.delete.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ ENV_ID=${ENV_ID:-$USER}
55
echo "deleting infrastructure for $ENV_ID"
66

77

8-
sam delete --no-prompts --stack-name "$ENV_ID-net"
8+
sam delete --no-prompts --stack-name "$ENV_ID-cdn"
99

10-
sam delete --no-prompts --stack-name "$ENV_ID-params"
10+
sam delete --no-prompts --stack-name "$ENV_ID-eks"
1111

12-
sam delete --no-prompts --stack-name "$ENV_ID-db"
12+
sam delete --no-prompts --stack-name "$ENV_ID-api-dns"
1313

1414
sam delete --no-prompts --stack-name "$ENV_ID-api-fn"
1515

16-
sam delete --no-prompts --stack-name "$ENV_ID-api-dns"
16+
sam delete --no-prompts --stack-name "$ENV_ID-db"
1717

18-
sam delete --no-prompts --stack-name "$ENV_ID-eks"
18+
sam delete --no-prompts --stack-name "$ENV_ID-net"
1919

20-
sam delete --no-prompts --stack-name "$ENV_ID-cdn"
20+
sam delete --no-prompts --stack-name "$ENV_ID-params"
2121

2222
echo "done delete "

0 commit comments

Comments
 (0)