Skip to content

Commit

Permalink
Add required version of terraform-provider-azurerm to README
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Mar 6, 2018
1 parent 10f05ea commit ee7449d
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
Expand Up @@ -72,9 +72,11 @@ $ go get -u github.com/minamijoyo/tfschema
# Requirements for Terraform providers

- terraform-provider-google >= v1.5.0
- terraform-provider-aws (Unfortunately not supported yet, currently you need to patch)
- terraform-provider-azurerm >= v1.3.0 (Unreleased)
- terraform-provider-aws (Unfortunately not supported yet, currently you need to patch the provider. See below)

The tfschema depends on the Terraform's GetSchema API, and currently does not work unless you patch the provider.
## Patch and build your provider binary
The tfschema depends on the Terraform's GetSchema API, and currently some providers do not work unless you patch the provider.

The tfschema requires the provider's dependency library version to:

Expand Down

0 comments on commit ee7449d

Please sign in to comment.