![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
generator-terraform-project
Advanced tools
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive
In order to run this generator, you will need the following:
To install Yeoman, run the following command in your console:
npm install -g yo bower grunt-cli
This will make Yeoman (via yo
) as well as the base dependencies of Yeoman, namely Bower and Grunt available.
Note that you might require sudo
permissions to install the above modules globally.
To install this generator, run the following command in your console:
npm install -g generator-terraform-project
Alternatively, you can install the generator directly from Git HEAD
by running the following command:
npm install -g https://bitbucket.org/frostedio/generator-terraform-project/get/HEAD.tar.gz
In order to run the included generator, open a console (Terminal.app
, PuTTY
) and change into the directory you want to generate the project in. Then, run the following command:
yo terraform-project
Should the above command fail, verify that Yeoman does indeed see the generator by executing yo
and looking for an entry named "Terraform Project".
On an initial run, when you chose to enable support for a site
module, you will be asked to provide a Git user, password (or token) and URL. The user and URL will be stored for future use, the password (or token) will not.
After all questions have been answered, Yeoman will generate the scaffolding needed to kickstart a Terraform project.
The layout for a generated project will look like so:
.
βββ .editorconfig
βββ .gitignore
βββ .release.json
βββ README.md
βββ landscape
βββ main.tf
βββ output.tf
βββ providers.tf
βββ site.tf
βββ terraform.tfvars.sample
βββ variables.tf
The .release.json
file is optional and will only be created when Release It! support is enabled during the generation.
The files will be placed in a directory containing the name you provided for the project.
The following animation shows how the generator looks like, in action:
This generator is currently maintained by the individuals listed below.
FAQs
Scaffolding for your Terraform Project
We found that generator-terraform-project demonstrated a not healthy version release cadence and project activity because the last version was released 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.