terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
I can not find the folder “caf_example” on example readme
Hi
I can not find the folder “caf_example” on example readme (https://github.com/aztfmod/terraform-azurerm-caf/blob/main/examples/README.md )
- Test your example
rover -lz /tf/caf/landingzones/caf_example
-var-folder /tf/caf/examples/
-a plan|apply
Where can I find it?
Thanks, Teo
hi @teo-ma, folder is now called examples
instead of caf_example
so your rover command should be something like that:
rover -lz /tf/caf/examples
-var-folder /tf/caf/examples/<scenario name>
-a plan|apply
or you can just cd to the desired example directory and do your usual terraform init/plan/apply/destroy.
Thanks for the issue and will fix the doc.