Skip to content

Commit

Permalink
feat: added terraform version as a input
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Jul 31, 2023
1 parent 61de796 commit e42d682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/terraform_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
var_file: # name of tfvar file e.g "variable.tfvar"
aws_region: # specify region eg. us-east-2
approvers: # Assignee name for approve apply or destroy step
terraform_version: # Specify terraform version e.g 1.3.6
destroy: # If the value is set to true, the workflow proceeds to the destroy step. However, the default value is false
secrets:
AWS_ACCESS_KEY_ID: # Specify AWS Access key ID
Expand Down

0 comments on commit e42d682

Please sign in to comment.