Skip to content

Commit

Permalink
Adds troubleshooting tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri committed Sep 8, 2023
1 parent 359fcdd commit 661f82e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ spec:
name: helloworld
namespace: flux-system
```
## Troubleshooting
### When Terraform resource detects drift, but no plan is generated for approval
In this situation, you may not have `spec.approvePlan` set to `disable`. Try setting `spec.approvePlan: auto` and using `tfctl replan` to trigger a replan.
After the drift disappears, you can set the `spec.approvePlan: ""` to get into the manual mode again.

0 comments on commit 661f82e

Please sign in to comment.