learn-terraform-github-actions
learn-terraform-github-actions copied to clipboard
devdot readme update
``` Error: An error occurred trying to start process '/home/runner/runners/2.294.0/externals/node16/bin/node' with working directory '/home/runner/work/REPO_NAME/REPO_NAME'. Argument list too long ``` This step: ```yaml - uses: actions/github-script@v6 if: github.event_name == 'pull_request' env:...
Has anyone found a decent way to have some sort of manual approval process between plan and apply? Between "steps" is really what I'm after. But I suppose it could...
I think ideally, you run the plan you approved instead of applying with `-auto-approve`. I'm wondering if others feel the same way I hacked at it a while ago and...
If during the Terraform init, validate, and plan, phases there is an error, the pull request will be closed with the error message related to performing the PR against your...
The `superbrothers/close-pull-request@v3` action does not have an argument called `repo-token`. It does however, have an argument called `github_token`. For reference: https://github.com/superbrothers/close-pull-request/blob/master/action.yml
Hello i am using terragrunt so on Show output there is no output caputured so can anyone help me ``` - name: Plan Terraform id: plan if: github.event_name == 'pull_request'...