Skip to content

Commit

Permalink
Adds troubleshooting section (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Apple authored Sep 5, 2023
1 parent 17e51da commit 6be852e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/terraform/get-started-terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ spec:

For a full list of features and how to use them, please visit the [Terraform overview](../terraform-intro).

### Troubleshooting

#### Getting a `drift detected` event message when it's a change of source that triggered the update

Whenever you change a source, you will get a new plan. TF-controller picks up the new plan and applies it. Drift happens if, and only if, the live system changes intentionally. Then TF-controller will generate a lengthy message [see an example](https://github.com/weaveworks/tf-controller/issues/890#issuecomment-1691610117) stating that a drift has occurred. If there is drift, the icon will be red in the TF Objects > Status column of the WGE UI.

## Other Examples
* A Terraform GitOps with Flux to automatically reconcile your [AWS IAM Policies](https://github.com/tf-controller/aws-iam-policies).
* GitOps an existing EKS cluster by partially importing its nodegroup and managing it with TF-controller: [An EKS scaling example](https://github.com/tf-controller/eks-scaling).

0 comments on commit 6be852e

Please sign in to comment.