Merge pull request #20385 from hashicorp/fix-provider-name-syntax

Fix structure for provider names in terraform-bundle README: an underscore is required before the version
pull/20399/head
Alexis Grant 7 years ago committed by GitHub
commit 3db95d510a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
`-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
`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
architecture used for Terraform Enterprise. Typically this will be `linux` and `amd64`.

Loading…
Cancel
Save