Skip to content

Commit e3773c2

Browse files
authored
Merge pull request hashicorp#17 from hashicorp/paultyng-patch-1
Add additional user agent information for init
2 parents 4a4cc1a + f9b349d commit e3773c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ EOF
1111
fi
1212

1313
set +e
14+
export TF_APPEND_USER_AGENT="terraform-github-actions/1.0"
1415
OUTPUT=$(sh -c "terraform init -no-color -input=false $*" 2>&1)
1516
SUCCESS=$?
1617
echo "$OUTPUT"

0 commit comments

Comments
 (0)