From 5f7eb9e87f8dabf61e24ef9c28b753e8a85db9ce 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 2f671e1a..694c8758 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