From e143da8148ee48b291368889ffa9f455bfd980fd Mon Sep 17 00:00:00 2001 From: Mo Tahir Date: Tue, 15 Aug 2017 11:31:59 +0100 Subject: [PATCH] Documentation (#16) * Added more detail in readme * formatted readme * more formatting * more formatting * more formatting * added more formatting * more formatting * some further comments and formatting * updated as per Hibri's comments * Some formatting * some further formatting * Added testing section and further detail * some further edits and correction of typos * further typo correction * Corrected typos and some edits * added code formatting * some further code formatting * fixed typo * corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f746ea5..f602cfa0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This module lets you host Java 8, Spring Boot, and NodeJs applications. to use t - app_settings, this is the key valued pairs of application settings used by the application at runtime ## Usage -Following is an example of provisioning a NodeJs, SpringBoot, and Java enabled web app, the following code fragment shows how you could use the moj-module-webapp to provision the infrastructure for a typical frontend. To provision a backend Java, or SpringBoot infrastructure the code is exactly the same, however you would probably replace "${var.product}-frontend" with "${var.product}-frontend" so that it's obvious what it is, in the Azure portal:- +Following is an example of provisioning a NodeJs, SpringBoot, and Java enabled web app, the following code fragment shows how you could use the moj-module-webapp to provision the infrastructure for a typical frontend. To provision a backend Java, or SpringBoot infrastructure the code is exactly the same, however you would probably replace "${var.product}-frontend" with "${var.product}-backend" so that it's obvious what it is, in the Azure portal:- ```terraform module "frontend" {