From df4f737f12fccc3a430899df23002236ca6bc96c Mon Sep 17 00:00:00 2001 From: Patrick Flynn Date: Tue, 3 Dec 2024 16:59:19 -0500 Subject: [PATCH] Update deployment/live/gcp/conformance/README.md Co-authored-by: Al Cutter --- deployment/live/gcp/conformance/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/live/gcp/conformance/README.md b/deployment/live/gcp/conformance/README.md index ef59518b..f836e54e 100644 --- a/deployment/live/gcp/conformance/README.md +++ b/deployment/live/gcp/conformance/README.md @@ -139,7 +139,8 @@ docker image you created above. > You need to run this step on your project if you want to ensure you don't get charged into perpetuity > for the resources we've setup. -This will delete your project!! Do not do this on a project that you didn't create expressly to run this demo. +**This will delete your project!** +Do not do this on a project that you didn't create expressly and exclusively to run this demo. ```bash gcloud projects delete ${GOOGLE_PROJECT} ```