From 0b3cf8682963eb0782f83ea8f4878a273032ccbf Mon Sep 17 00:00:00 2001 From: Marko Kaapu Date: Tue, 19 Mar 2024 15:35:41 +0000 Subject: [PATCH] Increase jenkins home disk size Signed-off-by: Marko Kaapu --- terraform/jenkins-controller.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/jenkins-controller.tf b/terraform/jenkins-controller.tf index 8c607b6f..91640b73 100644 --- a/terraform/jenkins-controller.tf +++ b/terraform/jenkins-controller.tf @@ -128,7 +128,7 @@ resource "azurerm_managed_disk" "jenkins_controller_jenkins_state" { location = azurerm_resource_group.infra.location storage_account_type = "Standard_LRS" create_option = "Empty" - disk_size_gb = 10 + disk_size_gb = 1000 } # Grant the VM read-only access to the Azure Key Vault Secret containing the