initial attempt at IaC and CI/CD
This commit is contained in:
parent
597c7e4e0b
commit
820b251c61
11 changed files with 355 additions and 1 deletions
6
infrastructure/params/prod.bicepparam
Normal file
6
infrastructure/params/prod.bicepparam
Normal file
|
@ -0,0 +1,6 @@
|
|||
using '../main.bicep'
|
||||
|
||||
param locationAbbreviation = 'euw'
|
||||
param location = 'westeurope'
|
||||
param environment = 'prd'
|
||||
param projectName = 'calque'
|
Loading…
Add table
Add a link
Reference in a new issue