Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Dec 18, 2024
1 parent 5e2e709 commit 9c9a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/gps-common/02_security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9c9a70a

Please sign in to comment.