Skip to content

Commit

Permalink
Add option for reporting drift (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evy Bongers authored Jun 24, 2022
1 parent 19f312e commit 2a7764f
Show file tree
Hide file tree
Showing 5 changed files with 10,337 additions and 168 deletions.
8 changes: 8 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name: Terraform
description: Terraform all-in-one workflow
inputs:
report_drift:
required: false
description: Whether to report unapplied changes
default: false
slack_channel_id:
required: false
description: Slack channel to report unapplied changes (required when `report_drift` is true)
default: 'C03MESNUK9P' #terraform-drift
google_credentials:
required: true
description: Google credentials
Expand Down
Loading

0 comments on commit 2a7764f

Please sign in to comment.