Skip to content

Commit

Permalink
fix: typo (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Knysh <[email protected]>
  • Loading branch information
jedwardsCTL and aknysh authored Dec 7, 2024
1 parent 4836d3b commit 82d5afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Configuring Terraform S3 backend with Atmos consists of the three steps:
</File>
Note that this is optional. If you don’t add `backend.s3.workspace_key_prefix` to the component manifest, the Atmos component name will be used
automatically (which is this example is `vpc`). `/` (slash) in the Atmos component name will be replaced with `-` (dash).
automatically (which, in this example, is `vpc`). `/` (slash) in the Atmos component name will be replaced with `-` (dash).

We usually don’t specify `workspace_key_prefix` for each component and let Atmos use the component name as `workspace_key_prefix`.

Expand Down

0 comments on commit 82d5afd

Please sign in to comment.