Azure / terraform-azurerm-avm-template

Template repo for Azure Verified Modules using Terraform
MIT License
47 stars 29 forks source link

[AVM Question/Feedback]: AVM e2e test coverage #154

Closed adammontlake closed 2 months ago

adammontlake commented 2 months ago

Check for previous/existing GitHub issues

Description

Currently, the e2e workflow takes all the examples from the examples folder. In our case, for the ExpressRoute Circuit, some of the examples cannot be deployed since we do not have an external provider to work with. However, we would still want to keep the example which includes the peering and gateway connections.

Opening this thread to discuss what would be the best approach:

  1. We could allow for some kind of test exclusion from the e2e Workflow
  2. We could add examples in a separate folder

Any other suggestions?