From a9b5939e030a400b46a0bc247f2c73d58f1bf9bd Mon Sep 17 00:00:00 2001 From: Ashwini Nayak Date: Mon, 15 Sep 2025 10:33:15 -0700 Subject: [PATCH] Update configure-https-settings.mdx --- .../docs/terraform/tutorial/configure-https-settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/terraform/tutorial/configure-https-settings.mdx b/src/content/docs/terraform/tutorial/configure-https-settings.mdx index be11f1e9902bba..914a5c8b79b153 100644 --- a/src/content/docs/terraform/tutorial/configure-https-settings.mdx +++ b/src/content/docs/terraform/tutorial/configure-https-settings.mdx @@ -86,7 +86,7 @@ Commit and merge the changes: ```bash git add main.tf -git commit -m "Enable TLS 1.3, automatic HTTPS rewrites, and strict SSL" +git commit -m "Step 3 - Enable TLS 1.3, automatic HTTPS rewrites, and strict SSL" git checkout main git merge step3-zone-settings git push