We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c7a25 commit 7ceb9beCopy full SHA for 7ceb9be
src/content/docs/terraform/tutorial/track-history.mdx
@@ -104,7 +104,7 @@ Initialize Git and commit your configuration:
104
```sh
105
git init
106
git add main.tf .gitignore
107
-git commit -m "Initial Terraform v5 configuration"
+git commit -m "Step 2 - Initial Terraform v5 configuration"
108
```
109
Create a GitHub repository (via web interface or GitHub CLI) and push:
110
0 commit comments