Commit c728e47f by Jason Bau

Update README.md

change directory structure ascii art to reflect current status (secure_example)
parent 5d115774
...@@ -124,8 +124,9 @@ Example users are in the `vars/secure` directory: ...@@ -124,8 +124,9 @@ Example users are in the `vars/secure` directory:
``` ```
cloudformation_templates <-- official edX cloudformation templates cloudformation_templates <-- official edX cloudformation templates
│   └── examples <-- example templates    └── examples <-- example templates
└── playbooks playbooks
└──
edxapp_prod.yml <-- example production environment playbook edxapp_prod.yml <-- example production environment playbook
edxapp_stage.yml <-- example stage environment playbook edxapp_stage.yml <-- example stage environment playbook
edxapp_custom.yml <-- example custom environment playbook edxapp_custom.yml <-- example custom environment playbook
...@@ -148,7 +149,7 @@ cloudformation_templates <-- official edX cloudformation templates ...@@ -148,7 +149,7 @@ cloudformation_templates <-- official edX cloudformation templates
│   └── templates │   └── templates
│   (etc) │   (etc)
└── vars <-- public variable definitions └── vars <-- public variable definitions
└── secure <-- secure variables (example) └── secure_example <-- secure variables (example)
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment