Skip to content

Commit 7be7b70

Browse files
committed
adding support to terraform v0.13
1 parent fdc776a commit 7be7b70

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,21 @@ module "key-vault" {
169169
}
170170
```
171171

172+
## Requirements
173+
174+
Name | Version
175+
-----|--------
176+
terraform | >= 0.13
177+
azurerm | ~> 2.27
178+
179+
## Providers
180+
181+
| Name | Version |
182+
|------|---------|
183+
azurerm | ~> 2.27
184+
random | n/a
185+
azuread | n/a
186+
172187
## Inputs
173188

174189
Name | Description | Type | Default
@@ -210,7 +225,7 @@ Name | Description
210225

211226
## Authors
212227

213-
Module is maintained by [Kumaraswamy Vithanala](mailto:[email protected]) with the help from other awesome contributors.
228+
Originally created by [Kumaraswamy Vithanala](mailto:[email protected])
214229

215230
## Other resources
216231

0 commit comments

Comments
 (0)