Skip to content

Commit 7ceb9be

Browse files
authored
Update track-history.mdx (#25165)
1 parent f3c7a25 commit 7ceb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/terraform/tutorial/track-history.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Initialize Git and commit your configuration:
104104
```sh
105105
git init
106106
git add main.tf .gitignore
107-
git commit -m "Initial Terraform v5 configuration"
107+
git commit -m "Step 2 - Initial Terraform v5 configuration"
108108
```
109109
Create a GitHub repository (via web interface or GitHub CLI) and push:
110110
```sh

0 commit comments

Comments
 (0)