Skip to content

Commit

Permalink
rename dms audit secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Norris committed Jun 19, 2024
1 parent fe9cb32 commit 5b9b55f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

application_secret_name = "${local.secret_prefix}-application-passwords"

dms_audit_endpoint_source_secret_name = "${local.secret_prefix}-dms-audit-endpoint-source"
dms_audit_endpoint_source_secret_name = "${local.secret_prefix}-dms-audit-endpoint-source-tmp"

dms_asm_endpoint_source_secret_name = "${local.secret_prefix}-dms-asm-endpoint-source"

Expand Down

0 comments on commit 5b9b55f

Please sign in to comment.