File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3333This will tell the module to wait until those files exist before creating the archive.
3434
Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments