Skip to content

Commit

Permalink
doc fix (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
umairidris authored Aug 6, 2020
1 parent 2f9a312 commit e83a8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tfengine/schemas/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Type: string

### secrets.secret_locations

Locations to replicate secret. If unset, will automatically replicate.
Locations to replicate secret. Can be defined in global data block.

Type: array(string)

Expand Down
2 changes: 1 addition & 1 deletion templates/tfengine/recipes/resources.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ schema = {
type = "string"
}
secret_locations = {
description = "Locations to replicate secret. If unset, will automatically replicate."
description = "Locations to replicate secret. Can be defined in global data block."
type = "array"
items = {
type = "string"
Expand Down

0 comments on commit e83a8ff

Please sign in to comment.