Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
adding support to terraform v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvit committed Sep 21, 2020
1 parent 94e154f commit 3904098
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This Terraform Module creates a Key Vault also adds required access policies for

```hcl
module "key-vault" {
source = "github.com/tietoevry-infra-as-code/terraform-azurerm-key-vault?ref=v2.0.0"
source = "kumarvna/key-vault/azurerm"
version = "2.0.0"
# Resource Group and Key Vault pricing tier details
resource_group_name = "rg-demo-project-shared-westeurope-001"
Expand Down Expand Up @@ -71,7 +72,8 @@ Default action is set to `Allow` when no network rules matched. A `virtual_netwo

```hcl
module "key-vault" {
source = "github.com/tietoevry-infra-as-code/terraform-azurerm-key-vault?ref=v2.0.0"
source = "kumarvna/key-vault/azurerm"
version = "2.0.0"
# .... omitted
Expand Down Expand Up @@ -152,7 +154,8 @@ End Date of the Project|Date when this application, workload, or service is plan
```hcl
module "key-vault" {
source = "github.com/tietoevry-infra-as-code/terraform-azurerm-key-vault?ref=v2.0.0"
source = "kumarvna/key-vault/azurerm"
version = "2.0.0"
# ... omitted
Expand All @@ -177,7 +180,7 @@ azurerm | ~> 2.27

| Name | Version |
|------|---------|
azurerm | ~> 2.27
azurerm | 2.27
random | n/a
azuread | n/a

Expand Down Expand Up @@ -222,7 +225,7 @@ Name | Description

## Authors

Originally created by [Kumaraswamy Vithanala (Kumar)](mailto:[email protected])
Originally created by [Kumaraswamy Vithanala](mailto:[email protected])

## Other resources

Expand Down
3 changes: 2 additions & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Terraform Module to create a Key Vault also adds required access policies for AD

```hcl
module "key-vault" {
source = "github.com/tietoevry-infra-as-code/terraform-azurerm-key-vault?ref=v2.0.0"
source = "kumarvna/key-vault/azurerm"
version = "2.0.0"
# Resource Group and Key Vault pricing tier details
resource_group_name = "rg-demo-project-shared-westeurope-001"
Expand Down
3 changes: 2 additions & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "key-vault" {
source = "github.com/tietoevry-infra-as-code/terraform-azurerm-key-vault?ref=v2.0.0"
source = "kumarvna/key-vault/azurerm"
version = "2.0.0"

# Resource Group and Key Vault pricing tier details
resource_group_name = "rg-demo-project-shared-westeurope-001"
Expand Down

0 comments on commit 3904098

Please sign in to comment.