Skip to content

Commit

Permalink
fix: fix default tf config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkiwi committed Dec 2, 2024
1 parent e441871 commit 35333a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
terraform-cli-config-file:
required: false
description: Relative path to the terraform cli config file
default: .terraformrc
default: $HOME/.terraformrc
aws-access-key-id:
required: false
description: Access key id that grants access to AWS services. Requires aws-secret-access-key input as well.
Expand Down

0 comments on commit 35333a7

Please sign in to comment.