Skip to content

Commit

Permalink
Updated doc to include saca-hub apply (Azure#127)
Browse files Browse the repository at this point in the history
* Updated doc to include saca-hub apply

* Update src/docs/command-line-deployment.md

Co-authored-by: Glenn Musa <[email protected]>

Co-authored-by: Shan Nawaz <[email protected]>
Co-authored-by: Brooke Hamilton <[email protected]>
Co-authored-by: Glenn Musa <[email protected]>
  • Loading branch information
4 people authored Mar 29, 2021
1 parent dfda451 commit 1989ec3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/docs/command-line-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,17 @@ The script `destroy_terraform.sh` at [src/scripts/destroy_terraform.sh](/src/scr
1. The Global variables file
1. The directory that contains the main.tf and *.tfvars variables file of the configuration to apply

For example, from the root of this repository, you could apply Tier 0 with a command like:

The hub network must be deployed first. See [Networking](https://github.com/Azure/missionlz#networking) for a description of the hub and spoke and what each network is used for.

For saca-hub, run the following command to apply the terraform configuration from the root of this repository.

```bash
src/scripts/apply_terraform.sh \
src/core/globals.tfvars \
src/core/saca-hub saca-hub.tfvars
You could apply Tier 0 with a command below:
```bash
src/scripts/apply_terraform.sh \
Expand Down

0 comments on commit 1989ec3

Please sign in to comment.