Skip to content

Commit

Permalink
Merge pull request #934 from weaveworks/drift-docs-add-sept8
Browse files Browse the repository at this point in the history
Adds Troubleshooting Section and tip to drift detection page
  • Loading branch information
Lauri Apple authored Sep 12, 2023
2 parents 0912938 + 661f82e commit 8a38736
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 8a38736

Please sign in to comment.