Skip to content

Commit

Permalink
Fix docs with example TF output
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibs committed Apr 15, 2021
1 parent 0e47cf5 commit 2e48dd6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ This terraform code creates a test environment for all invariants of `stack-mito

## How to use

```
$ terraform apply
```
$ terraform apply

Wait some 15 minutes.

See the output:
Terraform output:

```
Apply complete! Resources: 17 added, 0 changed, 0 destroyed.

```
Outputs:

Run stack-mitosis against all pairs of source and target instances:
test_commands = clj -m stack-mitosis.cli --source mitosis-mysql-src --target mitosis-mysql-target-different-vpc
clj -m stack-mitosis.cli --source mitosis-mysql-src --target mitosis-mysql-target-same-vpc
clj -m stack-mitosis.cli --source mitosis-postgres-src --target mitosis-postgres-target-different-vpc
clj -m stack-mitosis.cli --source mitosis-postgres-src --target mitosis-postgres-target-same-vpc

```
```
Run the test commands in the terraform output to validate stack-mitosis against all pairs of source and target instances.

0 comments on commit 2e48dd6

Please sign in to comment.