Skip to content

Commit

Permalink
Merge pull request #3 from schubergphilis/kv-pin-version
Browse files Browse the repository at this point in the history
fix output
  • Loading branch information
Dennisvandermeulen authored Nov 15, 2024
2 parents 4565599 + cce96ae commit 6dd2787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ output "key_vault_uri" {
}

output "key_vault_cmkrsa_key_name" {
value = module.keyvault_with_cmk.key_vault_cmkrsa_keyname
value = module.keyvault_with_cmk.key_vault_cmkrsa_key_name
description = "CMK RSA Key Name"
}

Expand Down

0 comments on commit 6dd2787

Please sign in to comment.