Added samples for compliance testing with terraform-compliance
This commit is contained in:
committed by
Julien Corioland
parent
3328af0982
commit
a935d8bf5e
5
samples/compliance-testing/src/variables.tf
Normal file
5
samples/compliance-testing/src/variables.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable location {
|
||||
type = string
|
||||
default = "westeurope"
|
||||
description = "The Azure location where the resources will be created"
|
||||
}
|
||||
Reference in New Issue
Block a user