manual: fixing parsing #70
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user