Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
update to v1.0.1 - Nate
Browse files Browse the repository at this point in the history
  • Loading branch information
nate committed Jan 21, 2021
1 parent 3ae6daf commit 98a1b4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Module description
This module will create a Key Vault in the current subscription. It will also grant the Service Principal used by terraform some permission in a KeyVault Access Policy

# Required resources
- Resource Group
- you'll also need to provide your Tenant ID
Expand All @@ -6,7 +9,7 @@

```hcl
module "Kv-DemoVault" {
source = "github.com/nfrappart/azTerraKeyvault"
source = "github.com/nfrappart/azTerraKeyvault?ref=v1.0.1"
KeyVaultName = "Kv-testvault"
#KeyVaultLocation = "westeurope" #Optional. Default value is "westeurope"
KeyVaultRgName = module.Rg_Demo.Name
Expand All @@ -15,7 +18,6 @@ module "Kv-DemoVault" {
#KeyVaultEnabledforDeployment = "true" #Optional. Default is set to "true"
#KeyVaultEnabledforDiskEncrypt = "true" #Optional. Default is set to "true"
#KeyVaultEnabledforTempDeploy = "true" #Optional. Default is set to "true"
EnvironmentUsageTag = "Poc usage only"
OwnerTag = "Nate" #Optional. But I suggest you change it though :)
ProvisioningDateTag = timestamp() #This Tag is configured to NOT be updated unless resource is destroyed
ProvisioningModeTag = "Terraform"
Expand Down

0 comments on commit 98a1b4c

Please sign in to comment.