Skip to content

Commit

Permalink
Update project config
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent 399fbff commit a826c7b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/SharedTenant/vars.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ prefix = "sc4"
tags = {}

# Service variables
data_factory_azure_devops_repo = {}
data_factory_azure_devops_repo = {
testkey = {
type = "String"
value = "testvalue"
}
}
data_factory_github_repo = {
account_name = "PerfectThymeTech"
branch_name = "main"
git_url = "https://github.com"
repository_name = "timeseries-data-explorer"
root_folder = "/code/datafactory"
}
data_factory_global_parameters = {}
data_factory_published_content = {
# parameters_file = "../datafactory/ARMTemplateParametersForFactory.json"
Expand Down

0 comments on commit a826c7b

Please sign in to comment.