Skip to content

Commit

Permalink
Fix the bicep param
Browse files Browse the repository at this point in the history
  • Loading branch information
leahy268 committed Sep 20, 2023
1 parent d59e3fb commit 69f2b7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infra/deploy.bicep
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

param projectName string
param lastDeploymentDate string
param tags object
param lastDeploymentDate string = utcNow()
param tags object = {
Deployed:'yes'
}

param location string = 'australiaeast'

Expand Down

0 comments on commit 69f2b7b

Please sign in to comment.