Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Dec 12, 2024
1 parent 8af1587 commit e61b98a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ module "middleware_api" {

app_settings = {
WEBSITES_PORT = "8081"
POSTGRES_PORT = "5432"
POSTGRES_HOST = module.database.postgres_fqdn
POSTGRES_DB = module.database.postgres_db_name
POSTGRES_USER = module.database.postgres_user
Expand Down
5 changes: 0 additions & 5 deletions ops/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ terraform {

provider "azurerm" {
features {}
# features {
# key_vault {
# recover_soft_deleted_key_vaults = true
# }
# }
}

0 comments on commit e61b98a

Please sign in to comment.