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

Deploying the AKS reference implementation 104-private-cluster fails #81

Open p1johnson opened 3 years ago

p1johnson commented 3 years ago

Describe the bug Deploying the AKS reference implementation 104-private-cluster fails.

To Reproduce

  1. Follow the instructions in /tf/caf/reference_implementations/azure_kubernetes_services/aks/104-private-cluster/readme.md
  2. Attempt to 'Deploy enhanced networking model'
  3. Get error /tf/rover/functions.sh: line 166: cd: /tf/caf/public/landingzones/caf_networking/: No such file or directory
  4. Amend command to replace /tf/caf/public/landingzones/caf_networking with /tf/caf/landingzones/caf_networking/ to match where the caf-terraform-landingzones repository has been cloned to
  5. Discover that the caf-terraform-landingzones does not contain a /caf_networking/ folder

Expected behavior Expect the enhanced networking to be deployed.

Screenshots N/A

Environment (please complete the following information):

Additional context The guides here and here were used to prepare the environment.