Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Documentation (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
motahir authored Aug 15, 2017
1 parent b48b017 commit e143da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e143da8

Please sign in to comment.