Skip to content

Commit

Permalink
feat: updated readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Jul 24, 2023
1 parent 83c87c9 commit 60f663b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/terraform_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
prod:
uses: clouddrove/github-shared-workflows/.github/workflows/terraform_workflow.yml@master
with:
working_directory: './'
destroy: true
working_directory: # Specify terraform code directory in repo
var_file: # name of tfvar file e.g "variable.tfvar"
provider: # aws
aws_region: # specify region eg. us-east-2
approvers: # Assignee name for approve apply or destroy step
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
AWS_SECRET_ACCESS_KEY: # Specify AWS Secret Access key ID
AWS_SESSION_TOKEN: # Specify Session ID

```

0 comments on commit 60f663b

Please sign in to comment.