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 Jul 15, 2024
1 parent b7d24f1 commit 4318b41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
backend "azurerm" {}

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.112.0"
}
random = {
source = "hashicorp/random"
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.112.0"
}
random = {
source = "hashicorp/random"
}
}
}
2 changes: 1 addition & 1 deletion infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ variable "product" {}
variable "env" {}

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

0 comments on commit 4318b41

Please sign in to comment.