https://github.com/equinor/terraform-baseline
Best practices for creating reusable Terraform modules using the Azure provider
https://github.com/equinor/terraform-baseline
devops iac infrastructure-as-code ops terraform terraform-baseline
Last synced: 4 months ago
JSON representation
Best practices for creating reusable Terraform modules using the Azure provider
- Host: GitHub
- URL: https://github.com/equinor/terraform-baseline
- Owner: equinor
- License: mit
- Created: 2023-01-02T14:18:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T08:52:29.000Z (6 months ago)
- Last Synced: 2025-05-12T09:59:10.097Z (6 months ago)
- Topics: devops, iac, infrastructure-as-code, ops, terraform, terraform-baseline
- Language: Shell
- Homepage: https://equinor.github.io/terraform-baseline/
- Size: 725 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Terraform Baseline
[](https://github.com/equinor/terraform-baseline/blob/main/LICENSE)
[](https://conventionalcommits.org)
[](https://developer.equinor.com/governance/scm-policy/)
Terraform Baseline is:
- 📝 A set of best practices for creating reusable Terraform modules using the Azure provider.
- 📚 A library of reusable Terraform modules that have been created using these best practices.
Hosted in [GitHub Pages](https://equinor.github.io/terraform-baseline/).
## Development
### Windows
1. Install Python:
```console
winget install --id "Python.Python.3.12" -e
```
1. Restart your machine to complete the installation.
1. Create and activate virtual environment:
```console
python -m venv "venv"
. "venv\Scripts\activate"
```
1. Install requirements:
```console
python -m pip install --upgrade pip
pip install -r "requirements.txt"
```
1. Run development server:
```console
mkdocs serve
```
### Container
1. Read [this document](https://code.visualstudio.com/docs/devcontainers/containers).
1. Open this repository in the development container.
1. Run the development server:
```console
mkdocs serve
```
## Contributing
See [Contributing guidelines](CONTRIBUTING.md).
## License
This project is licensed under the terms of the [MIT license](LICENSE).