An open API service indexing awesome lists of open source software.

https://github.com/davidjeddy/terraform-localhost-development

terraform-localhost-development
https://github.com/davidjeddy/terraform-localhost-development

Last synced: 10 months ago
JSON representation

terraform-localhost-development

Awesome Lists containing this project

README

          

# terraform-localhost-development

## Badges

Build Status, Code Coverage, PR stats/time frame, Project status, etc.

## Description

Run this process to override Terraform/OpenTofu DNS for shared modules.

## Purpose

Tired of changing the `source` of deployment modules when doing development with published modules? This project as as a redirect and host of an IaC registry to a local file system.

## Functionality

Host a IaC module registry locally and redirect requests to it while running.

## Special Features

Does this project have a special ability or functionality the competitors do not?

## Table of Contents

- [terraform-localhost-development](#terraform-localhost-development)
- [Badges](#badges)
- [Description](#description)
- [Purpose](#purpose)
- [Functionality](#functionality)
- [Special Features](#special-features)
- [Table of Contents](#table-of-contents)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Contributing Guidelines](#contributing-guidelines)
- [Development Documentation](#development-documentation)
- [Requirements](#requirements)
- [How to](#how-to)
- [Obtain](#obtain)
- [Configure](#configure)
- [Run](#run)
- [Stop](#stop)
- [Versioning](#versioning)
- [Contributors](#contributors)
- [Additional Information](#additional-information)

## Contributing

### Code of Conduct

Please see [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).

### Contributing Guidelines

Please see [CONTRIBUTING_GUIDELINES.md](./CONTRIBUTING_GUIDELINES.md).

### Development Documentation

Please see [DEVDOCS.md](./DEVDOCS.md).

## Requirements

- A list of items
- required to run
- the project (pre project cloning).
- Do not include
- project dependencies
- installed via a
- package manager such
- as compose, npm, gem, etc.

## How to

### Obtain

```sh
git clone ...
```

### Configure

```sh
echo -e "Some commands\n
to configure\n
the project.\n"
```

### Run

```sh
echo -e "The commands\n
to run\n
the project."
```

### Stop

```sh
echo -e "You guessed it\n
the command to stop
the project.\n"
```

## Versioning

This project follows [SemVer 2.0](https://semver.org/).

```quote
Given a version number MAJOR.MINOR.PATCH, increment the:

1. MAJOR version when you make incompatible API changes,
2. MINOR version when you add functionality in a backwards compatible manner, and
3. PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
```

## Contributors

## Additional Information

- Adding visual aids to any / all the above sections above is recommended.
- [Contributes](##Contributors) sources from [all-contributors](https://github.com/all-contributors/all-contributors).
- [ROADMAP](./ROADMAP.md) example from [all-contributors/all-contributors](https://github.com/all-contributors/all-contributors/blob/master/MAINTAINERS.md).
- Based on [README Maturity Model](https://github.com/LappleApple/feedmereadmes/blob/master/README-maturity-model.md); strive for a Level 5 `Product-oriented README`.
- This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
- [CONTRIBUTING.md](./CONTRIBUTING.md) is based on the [Ruby on Rails Contributing](https://github.com/rails/rails/blob/master/CONTRIBUTING.md) document, credit is due to them.
- [LICENSE](./LICENSE.md) sources from:
- [https://choosealicense.com](https://choosealicense.com)
- [https://en.wikipedia.org/wiki/All_rights_reserved](https://en.wikipedia.org/wiki/All_rights_reserved)
- [SECURITY.md](./SECURITY.md) based from [ISARA Radiate Security Solution Suite 2.0 Security Issues](https://github.com/isaracorp/Toolkit-Samples/edit/master/SECURITY.md).