From 54c1f1395b30a0d50f7c9b55848c018c2787525b Mon Sep 17 00:00:00 2001
From: Ondrej Dvorak <ondrej.dvorak@vsb.cz>
Date: Wed, 16 Aug 2023 14:13:01 +0200
Subject: [PATCH] Update file README.md

---
 .../clouds/g2/ostrava/general/terraform/README.md         | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/openstack-infrastructure-as-code-automation/clouds/g2/ostrava/general/terraform/README.md b/openstack-infrastructure-as-code-automation/clouds/g2/ostrava/general/terraform/README.md
index a69aac4..dc925c2 100644
--- a/openstack-infrastructure-as-code-automation/clouds/g2/ostrava/general/terraform/README.md
+++ b/openstack-infrastructure-as-code-automation/clouds/g2/ostrava/general/terraform/README.md
@@ -1,3 +1,11 @@
+## Pre-requisites
+ * Linux/Mac/WSL2 terminal
+ * BASH shell
+ * installed terraform ([how?](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli))
+ * e-INFRA OpenStack cloud personal/group project granted.
+ * downloaded application credentials from OpenStack Horizon dashboard ([how?](https://docs.e-infra.cz/compute/openstack/how-to-guides/obtaining-api-key/)) and store as text file `project_openrc.sh.inc`.
+
+
 # Terraform demonstration
 
 This Terraform module is able to demonstrate creation of two most used cloud infrastructure patterns:
-- 
GitLab