diff --git a/infrastructure/demo.tfvars b/infrastructure/demo.tfvars index ddf41d06..6202e0af 100644 --- a/infrastructure/demo.tfvars +++ b/infrastructure/demo.tfvars @@ -1,2 +1,2 @@ pgsql_create_mode = "Update" -pgsql_storage_mb = "131072" +pgsql_storage_mb = "131072" diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index d3e2883a..c60dabfb 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -22,7 +22,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "3.96.0" + version = "3.110.0" } }