terraform-azurerm-caf icon indicating copy to clipboard operation
terraform-azurerm-caf copied to clipboard

I can not find the folder “caf_example” on example readme

Open teo-ma opened this issue 2 years ago • 1 comments

Hi

I can not find the folder “caf_example” on example readme (https://github.com/aztfmod/terraform-azurerm-caf/blob/main/examples/README.md )

  1. 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

teo-ma avatar Apr 20 '22 22:04 teo-ma

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.

arnaudlh avatar Apr 21 '22 03:04 arnaudlh