diff --git a/jenkins.io.tf b/jenkins.io.tf index ab0aedde..8c08db73 100644 --- a/jenkins.io.tf +++ b/jenkins.io.tf @@ -37,5 +37,5 @@ resource "azurerm_storage_account" "jenkins_io" { resource "azurerm_storage_share" "jenkins_io" { name = "jenkins-io" storage_account_name = azurerm_storage_account.jenkins_io.name - quota = 5 # Used capacity end of February 2024: 380Mio + quota = 100 # Minimum size when using a Premium storage account }