From 1bbdce6ba006b996309bae082e176746cb6ecbac Mon Sep 17 00:00:00 2001 From: Andrei <andy@cesnet.cz> Date: Mon, 18 Oct 2021 14:23:05 +0200 Subject: [PATCH] feat: added extra terraform example --- content/cloud/best-practices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cloud/best-practices/index.md b/content/cloud/best-practices/index.md index e90356d..40e8b74 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) -- GitLab