From 678ca4b8422977466a685f361bde6992a4f18427 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 12:00:27 -0400 Subject: [PATCH] manual, parsing devs flist nc --- .../flist_nextcloud_case_study.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/collections/developers/flist/flist_case_studies/flist_nextcloud_case_study.md b/collections/developers/flist/flist_case_studies/flist_nextcloud_case_study.md index a7049be..78b9897 100644 --- a/collections/developers/flist/flist_case_studies/flist_nextcloud_case_study.md +++ b/collections/developers/flist/flist_case_studies/flist_nextcloud_case_study.md @@ -833,19 +833,20 @@ output "fqdn" { We now deploy Nextcloud with Terraform. Make sure that you are in the correct folder containing the main and variables files. * Initialize Terraform: - * ``` - terraform init - ``` + ``` + terraform init + ``` * Apply Terraform to deploy Nextcloud: - * ``` - terraform apply - ``` + ``` + terraform apply + ``` Note that, at any moment, if you want to see the information on your Terraform deployment, write the following: - ``` - terraform show - ``` + +``` +terraform show +``` ## Nextcloud Setup