hashicorp / hashicorp/setup-terraform
`terraform apply` happens even though there is no changes needed
Open
question
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 288
- Avg merge
- 23h 21m
- Merged PRs (30d)
- 3
Description
👋 I saw there is terraform apply even though there is no changes needed.

here is my workflow config:
```
- name: Run terraform plan
run: |
cd module
terraform plan -input=false -refresh -no-color
- name: Run terraform apply
if: github.ref == 'refs/heads/master'
run: |
cd module
terraform apply -no-color -auto-approve
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.