Skip to content

Commit

Permalink
Minor update to the developer guide (hashicorp#27408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambras authored Sep 18, 2024
1 parent 8916ae9 commit b2cea0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Developer Requirements

* [Terraform (Core)](https://www.terraform.io/downloads.html) - version 1.x (0.12.x and above are compatible however 1.x is recommended)
* [Go](https://golang.org/doc/install) version 1.21.x (to build the provider plugin)
* [Go](https://golang.org/doc/install) version 1.22.x (to build the provider plugin)

## Contributor Guides

Expand Down Expand Up @@ -83,7 +83,7 @@ The following Environment Variables must be set in your shell prior to running a
- `ARM_SUBSCRIPTION_ID`
- `ARM_TENANT_ID`
- `ARM_ENVIRONMENT`
- `ARM_METADATA_HOST`
- `ARM_METADATA_HOSTNAME`
- `ARM_TEST_LOCATION`
- `ARM_TEST_LOCATION_ALT`
- `ARM_TEST_LOCATION_ALT2`
Expand Down

0 comments on commit b2cea0e

Please sign in to comment.