Skip to content

Commit 7ee9deb

Browse files
committed
fix extraneous added space in doc
1 parent b8c6af9 commit 7ee9deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/stack.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "tfe_stack" "test-stack" {
4141
4242
vcs_repo {
4343
branch = "main"
44-
identifier = "my-github-org/stack-repo"
44+
identifier = "my-github-org/stack-repo"
4545
oauth_token_id = tfe_oauth_client.test.oauth_token_id
4646
}
4747
}

0 commit comments

Comments
 (0)