mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 04:09:11 +00:00
fix: don't use param file
This commit is contained in:
parent
0c30fec375
commit
dca1e14be4
3 changed files with 1 additions and 5 deletions
|
@ -10,7 +10,7 @@ targetScope = 'subscription'
|
|||
'A' // Acceptance
|
||||
'P' // Production
|
||||
])
|
||||
param environment string
|
||||
param environment string = 'T'
|
||||
param location string = 'westeurope'
|
||||
param name object = {
|
||||
tenantId: 'BVDB'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
using 'main.bicep'
|
||||
|
||||
param environment = 'T'
|
Loading…
Add table
Add a link
Reference in a new issue