Skip to content

Commit ca04ca8

Browse files
Apply suggestions from code review
Co-Authored-By: Aaron Lane <10655063+aaron-lane@users.noreply.github.com>
1 parent 666b049 commit ca04ca8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12-
- New for `source_dependent_files` var. If used `archive` won't be created until terraform created `local_file`s are finished. [#38]
12+
- The `source_dependent_files` variable. If used `archive` won't be created until Terraform created `local_file`s are finished. [#38]
1313

1414
### Fixed
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ is a tested reference of how to use the root module with the
2828

2929
## Terraform Created Source Files
3030

31-
If you have `local_file` terraform resources that need to be included in the function's archive include them in the optional `source_dependent_files`.
31+
If you have `local_file` Terraform resources that need to be included in the function's archive include them in the optional `source_dependent_files`.
3232

3333
This will tell the module to wait until those files exist before creating the archive.
3434

examples/dynamic-files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example demonstrates how to use the
44
[root module][root-module] that will contain source
5-
code files generated from terraform itself.
5+
code files generated from Terraform itself.
66

77
## Usage
88

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ variable "source_dependent_files" {
7878
filename = string
7979
id = string
8080
}))
81-
description = "A list of any terraform created `local_file`s that the module will wait for before creating the archive."
81+
description = "A list of any Terraform created `local_file`s that the module will wait for before creating the archive."
8282
default = []
8383
}
8484

0 commit comments

Comments
 (0)