Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@semantic-release-plus/gitlab-terraform-module
Advanced tools
[![npm](https://img.shields.io/npm/v/@semantic-release-plus/gitlab-terraform-module.svg)](https://www.npmjs.com/package/@semantic-release-plus/gitlab-terraform-module) [![downloads](https://img.shields.io/npm/dt/@semantic-release-plus/gitlab-terraform-mod
A semantic-release-plus or semantic-release plugin for publishing a terraform modules to a gitlab terraform module registry. This plugin will create a tar of the module and upload it to the gitlab terraform module registry following semver standards.
Step | Description |
---|---|
verifyConditions | Verify that all needed configuration and environment variables are present |
publish | Creates a tar of the module and uploads it to the gitlab terraform module registry |
$ npm install @semantic-release-plus/gitlab-terraform-module -D
Add the following to your release configuration
{
"plugins": [
[
"@semantic-release-plus/gitlab-terraform-module",
{
"moduleName": "my-module",
"moduleSystem": "local",
"modulePath": "path/to/module"
}
]
]
}
Option | Description | Type | Default |
---|---|---|---|
moduleName | The name of the module you want to be published | string | |
moduleSystem | The module system you want to use examples: aws, gcp, local, ... | string | |
modulePath | The path to the directory that holds your module | string | |
include | An array of glob patterns that will be used to include files in the tar relative to the modulePath | string[] | ['**/*'] |
exclude | An array of glob patterns that will be used to exclude files from being included in the tar relative to the modulePath | string[] | ['**/.git', '**/.DS_Store', '**/release.config.js'] |
outputDir | The directory the compressed modulePath directory is saved to | string | The system temp directory |
gitlabApiUrl | The url to use when pushing to the the module to the registry | string | env variable CI_API_V4_URL |
gitlabProjectId | The gitlab project ID to push the module to | string | env variable CI_PROJECT_ID |
gitlabJobToken | The token to use to push to the module registry | string | env variable CI_JOB_TOKEN |
FAQs
This library was generated with [Nx](https://nx.dev).
The npm package @semantic-release-plus/gitlab-terraform-module receives a total of 10 weekly downloads. As such, @semantic-release-plus/gitlab-terraform-module popularity was classified as not popular.
We found that @semantic-release-plus/gitlab-terraform-module demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.