We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4afcb commit 304a2d0Copy full SHA for 304a2d0
.github/workflows/actions/deploy-terraform-infrastructure/action.yml
@@ -3,9 +3,8 @@ description: |
3
Deploy the infrastructure of a Mithril network with terraform.
4
inputs:
5
dry_run:
6
- description: Dry run will apply the terraform infrastructure, just plan it.
+ description: Dry run will not apply the terraform infrastructure, just plan it.
7
required: true
8
- default: "true"
9
terraform_backend_bucket:
10
description: terraform backend bucket used to store terraform state.
11
0 commit comments