Skip to content

Commit

Permalink
Fix master bump tf (#609)
Browse files Browse the repository at this point in the history
* Update .terraform-version

* Update state.tf

* Updating Terraform Formatting

---------

Co-authored-by: 58046 <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
dinesh1patel and hmcts-jenkins-a-to-c[bot] authored Aug 12, 2024
1 parent c29d03e commit 20bdd74
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.9
1.9.4
2 changes: 1 addition & 1 deletion infrastructure/aat.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PG Flexible Server SKU
pgsql_sku = "GP_Standard_D2s_v3"
pgsql_sku = "GP_Standard_D2s_v3"
subnet_suffix = "expanded"

2 changes: 1 addition & 1 deletion infrastructure/ithc.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PG Flexible Server SKU
pgsql_sku = "GP_Standard_D2s_v3"
pgsql_sku = "GP_Standard_D2s_v3"
subnet_suffix = "expanded"

2 changes: 1 addition & 1 deletion infrastructure/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "env" {
value = "${var.env}"
value = var.env
}
2 changes: 1 addition & 1 deletion infrastructure/perftest.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PG Flexible Server SKU
pgsql_sku = "GP_Standard_D2s_v3"
pgsql_sku = "GP_Standard_D2s_v3"
subnet_suffix = "expanded"

2 changes: 1 addition & 1 deletion infrastructure/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PG Flexible Server SKU
pgsql_sku = "GP_Standard_D2s_v3"
pgsql_sku = "GP_Standard_D2s_v3"
subnet_suffix = "expanded"

4 changes: 2 additions & 2 deletions infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "azurerm" {
terraform {
backend "azurerm" {}

required_providers {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
Expand All @@ -18,7 +18,7 @@ required_providers {
}
azuread = {
source = "hashicorp/azuread"
version = "2.47.0"
version = "2.53.1"
}
}
}
2 changes: 1 addition & 1 deletion infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "pgsql_sku" {
}

variable "jenkins_AAD_objectId" {
description = "(Required) The Azure AD object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies."
description = "(Required) The Azure AD object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies."
}

variable "aks_subscription_id" {}
Expand Down

0 comments on commit 20bdd74

Please sign in to comment.