diff --git a/src/domains/gps-common/02_security.tf b/src/domains/gps-common/02_security.tf index 4c084b329..335bad869 100644 --- a/src/domains/gps-common/02_security.tf +++ b/src/domains/gps-common/02_security.tf @@ -413,7 +413,7 @@ resource "azurerm_key_vault_secret" "db_url" { #tfsec:ignore:azure-keyvault-ensure-secret-expiry tfsec:ignore:azure-keyvault-content-type-for-secret resource "azurerm_key_vault_secret" "flyway_db_url" { - name = "flyway_db_url" + name = "flyway-db-url" value = format("jdbc:postgresql://%s:%s/%s?sslmode=require%s", local.gpd_hostname, local.flyway_gpd_dbmsport, var.gpd_db_name, "&prepareThreshold=0&lock_timeout=30000") content_type = "text/plain"