From d3af3cb61ec3b279e2ffb445684048b4c163f6fa Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Tue, 19 Feb 2019 11:42:35 -0800 Subject: [PATCH] Update README.md --- tools/terraform-bundle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/terraform-bundle/README.md b/tools/terraform-bundle/README.md index a75fa77263..1e34c1d3cb 100644 --- a/tools/terraform-bundle/README.md +++ b/tools/terraform-bundle/README.md @@ -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--v`. In +`terraform-provider-_v`. 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`.