Skip to content

Commit

Permalink
Updating Terraform Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcts-jenkins-d-to-i[bot] committed Sep 2, 2024
1 parent 76abacc commit 00b0154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infrastructure/output.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "microserviceName" {
value = "${var.component}"
value = var.component
}
6 changes: 3 additions & 3 deletions infrastructure/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docmosis_subscription_id = "00b9a00a-20eb-4173-b7b6-468e00836a33"
docmosis_resource_group = "docmosis-iaas-prod-rg"
docmosis_vault = "docmosisiaasprodkv"
enable_alerts = true
docmosis_resource_group = "docmosis-iaas-prod-rg"
docmosis_vault = "docmosisiaasprodkv"
enable_alerts = true

2 changes: 1 addition & 1 deletion infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "env" {
}

variable "common_tags" {
type = map
type = map(any)
}

variable "tenant_id" {
Expand Down

0 comments on commit 00b0154

Please sign in to comment.