From 5b6540b3ae0860e942c27f79d2772ba890b4a59f Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Tue, 16 Jan 2024 12:01:55 +0100
Subject: [PATCH] Example fix states

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index e5b38f6..787d6d5 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ include:
       # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
       version: <VERSION>
       opentofu_version: <OPENTOFU_VERSION>
+
+stages: [validate, test, build, deploy, cleanup]
 ```
 
 A concrete example may look like this:
@@ -42,6 +44,8 @@ include:
       version: latest
       opentofu_version: 1.6.0
 
+stages: [validate, test, build, deploy, cleanup]
+
 ---
 
 # ... or using `0.0.0-alpha1`:
@@ -53,6 +57,8 @@ include:
       # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
       version: 0.0.0-alpha1
       opentofu_version: 1.6.0
+
+stages: [validate, test, build, deploy, cleanup]
 ```
 
 ## Releases & Versioning
-- 
GitLab