Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Fixing terraform name
Browse files Browse the repository at this point in the history
Co-authored-by: pluckyswan <[email protected]>
Co-authored-by: saquino0827 <[email protected]>
Co-authored-by: James Herr <[email protected]>
Co-authored-by: halprin <[email protected]>
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
6 people committed Sep 12, 2024
1 parent 5908dfa commit c7b4c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/key.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ resource "azurerm_key_vault_secret" "ca_phl_sftp_user" {
}

resource "azurerm_key_vault_secret" "ca_phl_sftp_private_key" {
name = "ca-phl-sftp-private-key-${var.environment}"
name = "ca-phl-sftp-key-${var.environment}"
value = "dogcow"

key_vault_id = azurerm_key_vault.key_storage.id
Expand Down

0 comments on commit c7b4c45

Please sign in to comment.