We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eced3f4 commit 61748c9Copy full SHA for 61748c9
README.md
@@ -254,9 +254,11 @@ cd ${ThisProjectRoot}
254
cdk destroy
255
```
256
257
-And remove ECR repository. Repository Uri is able to get as `EcrRepositoryUri` from CDK Output.
+And following resources:
258
259
-And remove S3 bucket for artifacts. S3 Bucket Name is able to get as `ArtifactBucketName` from CDK Output.
+* ECR repository. Repository Uri is able to get as `EcrRepositoryUri` from CDK Output.
260
+* S3 bucket for artifacts. S3 Bucket Name is able to get as `ArtifactBucketName` from CDK Output.
261
+* Target Groups. They are named `tg-{shortened ECS Service name}-{First 15 characters of Commit ID}`
262
263
## License
264
0 commit comments