diff --git a/content/cloud/best-practices/index.md b/content/cloud/best-practices/index.md
index e90356d60291e146ebc0c92ed37fdedce48a13ca..40e8b74e54ab23468210410eda08f651b8aa197d 100644
--- a/content/cloud/best-practices/index.md
+++ b/content/cloud/best-practices/index.md
@@ -92,7 +92,7 @@ Applications running in a single cloud resource (`A.` and `B.`) are a direct mat
 Your project is computed within the MetaCentrum Cloud Openstack project where you can claim MetaCentrum Cloud Openstack resources (for example virtual machine, floating IP, ...). There are multiple ways how to set up the MetaCentrum Cloud Openstack resources:
  * manually using [MetaCentrum Cloud Openstack Dashboard UI](https://dashboard.cloud.muni.cz) (Openstack Horizon)
  * automated approaches
-   * [terraform](https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs) ([example project](https://github.com/terraform-provider-openstack/terraform-provider-openstack/tree/main/examples/app-with-networking))
+   * [terraform](https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs) ([example 1](https://github.com/terraform-provider-openstack/terraform-provider-openstack/tree/main/examples/app-with-networking), [example 2](https://gitlab.ics.muni.cz/cloud/terrafrom-demo))
    * ansible
    * [openstack heat](https://docs.openstack.org/heat/train/template_guide/hello_world.html)