Skip to content

Commit

Permalink
Merge pull request hashicorp#6139 from rnestler/patch-2
Browse files Browse the repository at this point in the history
Fix typo in the version of the Azure Provider
  • Loading branch information
tombuildsstuff authored Mar 17, 2020
2 parents 48816bd + 0ae526d commit 7d17d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ export ARM_SUBSCRIPTION_ID="00000000-0000-0000-0000-000000000000"
$ export ARM_TENANT_ID="00000000-0000-0000-0000-000000000000"
```

The following Provider block can be specified - where `1.21.0` is the version of the Azure Provider that you'd like to use:
The following Provider block can be specified - where `1.44.0` is the version of the Azure Provider that you'd like to use:

```hcl
provider "azurerm" {
Expand Down

0 comments on commit 7d17d6a

Please sign in to comment.