Azure / caf-terraform-landingzones-accelerator

Starter project for Applications (level 4) Cloud Adoption Framework for Azure landing zones on Terraform
MIT License
205 stars 233 forks source link

Al contoso - documentation update #89

Closed GlennChia closed 3 years ago

GlennChia commented 3 years ago

PR Checklist


Description

Documentation fixes. Main change is to update the starter command with the missing config_folder variable that is used by e2e.yaml. Initially without the variable, the error is:

image

The config_folder is inferred by looking at connectivity.yaml which is found in /enterprise_scale/contoso/platform

image

Does this introduce a breaking change

Testing

Run the starter commands which should work with the new variable injected @LaurentLesle

cd /tf/caf/templates/platform
ansible-playbook e2e.yaml -e scenario=contoso -e model=demo -e config_folder=/tf/caf/enterprise_scale/contoso/platform

image