diff --git a/docs/use_tf_controller/with_plan_only_mode.md b/docs/use_tf_controller/with_plan_only_mode.md index 5b874f11..e0bcb6be 100644 --- a/docs/use_tf_controller/with_plan_only_mode.md +++ b/docs/use_tf_controller/with_plan_only_mode.md @@ -7,7 +7,7 @@ If `planOnly` is set to `true`, the controller will skip the apply part and runs only `terraform plan` and saves the output. ``` -apiVersion: infra.contrib.fluxcd.io/v1 +apiVersion: infra.contrib.fluxcd.io/v1alpha2 kind: Terraform metadata: name: helloworld @@ -20,4 +20,4 @@ spec: kind: GitRepository name: helloworld namespace: flux-system -``` \ No newline at end of file +```