Add Sample: Integration Testing (#43)
add samples for integration testing
This commit is contained in:
5
samples/integration-testing/src/variables.tf
Normal file
5
samples/integration-testing/src/variables.tf
Normal file
@ -0,0 +1,5 @@
|
||||
variable location {
|
||||
type = string
|
||||
description = "The Azure location where the resources will be created"
|
||||
default = "westeurope"
|
||||
}
|
Reference in New Issue
Block a user