File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ for adir in ${FIXTURE_DIRS} ; do
35
35
# Only select the blueprint name which refers to the module in ../../..
36
36
MODULE_NAMES=$( terraform-config-inspect . --json| jq -r ' .module_calls|.[]|select(.source=="../../..")|.name' )
37
37
38
- echo " # file created automatically" > " ${TFMFILE} "
38
+ printf " # This file has been created automatically.\n\n " > " ${TFMFILE} "
39
39
40
40
# for modules in $(terraform-config-inspect . --json| jq -r '.module_calls|keys[]') ; do
41
41
Original file line number Diff line number Diff line change 28
28
TFDOCSHCL=$( terraform-docs tfvars json " ${CWD} " | jq -r ' keys[] as $k | "\($k) = var.\($k)"' | indenttfo )
29
29
30
30
cat > " ${TFHFILE} " << EOF
31
+ # This file has been created automatically.
32
+
31
33
output "inputs2outputs" {
32
34
description = "all inputs passed to outputs"
33
35
value = [{
You can’t perform that action at this time.
0 commit comments