Skip to content

Commit

Permalink
Update for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 31, 2023
1 parent 61454c5 commit 71161ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform-azure/terraform-azure-database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ resource "azurerm_postgresql_flexible_server_database" "psqldb_slot" {
server_id = azurerm_postgresql_flexible_server.psqlfs.id
collation = "en_US.utf8"
charset = "utf8"
}
}
4 changes: 2 additions & 2 deletions terraform-azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ variable "azure_region" {
}

variable "environment" {
default = "development"
default = "staging"
description = "Environment to deploy resources"
type = string
}

variable "resource_name_prefix" {
default = "s195d01-hfeyp"
default = "s195t01-hfeyp"
description = "Prefix for resource names"
type = string
}
Expand Down

0 comments on commit 71161ff

Please sign in to comment.