Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.02 KB

File metadata and controls

40 lines (23 loc) · 2.02 KB

Contributing to the Lacework Terraform Modules

Table Of Contents

Before getting started

Read the README.md and Hashicorps best practices and syntax guidelines

Reporting Bugs

Ensure the issue you are raising has not already been created under issues. If no current issue addresses the problem, open a new issue. Include as much relevant information as possible. See the bug template for help on creating a new issue.

Feature Requests

If you wish to submit a request to add new functionality or an improvement to a terraform module then use the the feature request template to open a new issue

Creating a Pull Request

If you have made a change or added new functionality, you can submit a pull request. The project maintainers will aim to review in a 2 week timeframe. When submitting a pull request please read the developer guidelines

The examples folder contains Terraform code that run as part of the CI pipeline. A new pull request will trigger this test run to ensure no breaking changes are added. We recommended sanity checking your own Terraform changes before submitting the change for review.

Thanks,

Project Maintainers