Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jul 29, 2024
1 parent 164bd11 commit 01ba272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aks/postgres/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ locals {
PT15M = "PT5M"
PT30M = "PT15M"
PT1H = "PT30M"
PT6H = "PT5M"
PT12H = "PT5M"
}

database_name = "${var.service_short}_${var.environment}"
Expand Down

0 comments on commit 01ba272

Please sign in to comment.