diff --git a/src/content/docs/terraform/tutorial/configure-https-settings.mdx b/src/content/docs/terraform/tutorial/configure-https-settings.mdx index be11f1e9902bba6..914a5c8b79b153d 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