Add Sample: Integration Testing (#43)

add samples for integration testing
This commit is contained in:
Julien Corioland
2020-06-11 10:35:53 +02:00
committed by GitHub
parent 7d4ee2d346
commit 3328af0982
14 changed files with 211 additions and 0 deletions

View File

@ -0,0 +1,5 @@
variable location {
type = string
description = "The Azure location where the resources will be created"
default = "westeurope"
}