Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix binary name (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
umairidris authored Feb 27, 2020
1 parent abb7ac3 commit e560c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The CDAP provider is used to configure your

- Rename the binary to match the
[pattern](https://www.terraform.io/docs/configuration/providers.html#plugin-names-and-versions)
`terraform-provider-cdap-vX.Y.Z`).
`terraform-provider-cdap_vX.Y.Z`).

- Run `chmod u+x ./terraform-provider-cdap-vX.Y.Z` to make the binary
- Run `chmod u+x ./terraform-provider-cdap_vX.Y.Z` to make the binary
executable.

- Move the binary to a location your Terraform configs can
Expand Down
4 changes: 2 additions & 2 deletions tools/generate_docs/templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The CDAP provider is used to configure your

- Rename the binary to match the
[pattern](https://www.terraform.io/docs/configuration/providers.html#plugin-names-and-versions)
`terraform-provider-cdap-vX.Y.Z`).
`terraform-provider-cdap_vX.Y.Z`).

- Run `chmod u+x ./terraform-provider-cdap-vX.Y.Z` to make the binary
- Run `chmod u+x ./terraform-provider-cdap_vX.Y.Z` to make the binary
executable.

- Move the binary to a location your Terraform configs can
Expand Down

0 comments on commit e560c96

Please sign in to comment.