Update README.md

This commit is contained in:
Alexis Grant 2019-02-19 11:42:35 -08:00 committed by GitHub
parent 818b4ec068
commit d3af3cb61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ To include custom plugins in the bundle file, create a local directory "./plugin
and put all the plugins you want to include there. Optionally, you can use the and put all the plugins you want to include there. Optionally, you can use the
`-plugin-dir` flag to specify a location where to find the plugins. To be recognized `-plugin-dir` flag to specify a location where to find the plugins. To be recognized
as a valid plugin, the file must have a name of the form as a valid plugin, the file must have a name of the form
`terraform-provider-<NAME>-v<VERSION>`. In `terraform-provider-<NAME>_v<VERSION>`. In
addition, ensure that the plugin is built using the same operating system and addition, ensure that the plugin is built using the same operating system and
architecture used for Terraform Enterprise. Typically this will be `linux` and `amd64`. architecture used for Terraform Enterprise. Typically this will be `linux` and `amd64`.