Julien Corioland 3328af0982
Add Sample: Integration Testing (#43)
add samples for integration testing
2020-06-11 10:35:53 +02:00

5 lines
146 B
HCL

variable location {
type = string
description = "The Azure location where the resources will be created"
default = "westeurope"
}