Skip to content

Commit

Permalink
Updating Terraform Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcts-jenkins-cnp[bot] authored and renovate[bot] committed Jul 26, 2024
1 parent 2b63c9e commit febcb09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "azurerm" {
}

locals {
app = "recipe-backend"
app = "recipe-backend"

create_api = var.env != "preview" && var.env != "spreview"

Expand Down Expand Up @@ -77,7 +77,7 @@ resource "azurerm_key_vault_secret" "POSTGRES_DATABASE-DESTINATION" {
}

module "postgresql_flexible" {
providers = {
providers = {
azurerm.postgres_network = azurerm.postgres_network
}

Expand All @@ -90,7 +90,7 @@ module "postgresql_flexible" {
location = var.location
create_mode = "Update"

common_tags = var.common_tags
common_tags = var.common_tags
admin_user_object_id = var.jenkins_AAD_objectId
pgsql_databases = [
{
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
capacity = "2"
capacity = "2"
api_gateway_test_certificate_thumbprint = "8A13CF9CC991EDE7A2A227E4153A54F6E3157774"
4 changes: 2 additions & 2 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "location" {
variable "env" {
}

variable aks_subscription_id {
variable "aks_subscription_id" {
}

variable "subscription" {
Expand All @@ -27,7 +27,7 @@ variable "capacity" {
}

# thumbprint of the SSL certificate for API gateway tests
variable api_gateway_test_certificate_thumbprint {
variable "api_gateway_test_certificate_thumbprint" {
# keeping this empty by default, so that no thumbprint will match
default = ""
}
Expand Down

0 comments on commit febcb09

Please sign in to comment.