potential ci/cd process in the works
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
variable "resource_group_name" {
|
||||
default = "the_data_sandbox_dev"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
default = "uksouth"
|
||||
}
|
||||
|
||||
variable "storage_account_name" {
|
||||
default = "devdatasandboxstore"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "project_name" {
|
||||
default = "TheDataSandBox"
|
||||
}
|
||||
|
||||
variable "data_factory_name" {
|
||||
description = "The unique name of the data factory"
|
||||
type = string
|
||||
default = "data-sandbox-factory-dev"
|
||||
}
|
||||
Reference in New Issue
Block a user