hashicorp / hashicorp/setup-terraform

`terraform apply` happens even though there is no changes needed

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/1580956/98712412-44987800-2354-11eb-9b4c-c73a26d49e66.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.