Skip to content

Commit

Permalink
updated the README.md for the new deploy options
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed May 15, 2019
1 parent 8d9e7e5 commit d77b22b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,15 @@ Description:

Deploys a packaged Terraform zip artifact ([see tf:package](#tfpackage)) with a POM to the specified Maven repo.

| Name | Type | Description |
| ------- | ------ | ------------------------------------------------------------------------------------------------------ |
| file | String | The name of the Terraform zip file to deploy; defaults to target/{artifactId}-{version}.zip |
| url | String | The url of the Maven repo to which the zip file artifact will be deployed |
| pomFile | String | The path to the pom.xml file to attach to the artifact; defaults to pom.xml in the root of the project |
| Name | Type | Description |
| ----------- | ------ | ------------------------------------------------------------------------------------------------------ |
| file | String | The name of the Terraform zip file to deploy; defaults to target/{artifactId}-{version}.zip |
| url | String | The url of the Maven repo to which the zip file artifact will be deployed |
| pomFile | String | The path to the pom.xml file to attach to the artifact; defaults to pom.xml in the root of the project |
| generatePom | String | If set to "true" then a POM will be generated and attached to the deployment |
| groupId | String | The groupId for the generated POM (only used if generatePom=true |
| artifactId | String | The artifactId for the generated POM (only used if generatePom=true |
| version | String | The version for the generated POM (only used if generatePom=true |

---

Expand Down

0 comments on commit d77b22b

Please sign in to comment.