Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs/configuration-reference/platforms: fix backed -> backend
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Apr 21, 2020
1 parent a182c02 commit 4f3108d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration-reference/platforms/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ backend "s3" {
dynamodb_table = var.lock_dynamodb_table
}
# backed "local" {
# backend "local" {
# path = "path/to/local/file"
#}
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration-reference/platforms/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ backend "s3" {
dynamodb_table = var.lock_dynamodb_table
}
# backed "local" {
# backend "local" {
# path = "path/to/local/file"
#}
Expand Down

0 comments on commit 4f3108d

Please sign in to comment.