https://github.com/adnoctem/boilerplate-terraform-module
🧩 Terraform module template repository
https://github.com/adnoctem/boilerplate-terraform-module
boilerplate makefile terraform terraform-module
Last synced: 2 months ago
JSON representation
🧩 Terraform module template repository
- Host: GitHub
- URL: https://github.com/adnoctem/boilerplate-terraform-module
- Owner: adnoctem
- License: mit
- Created: 2023-11-05T18:01:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:07:50.000Z (6 months ago)
- Last Synced: 2025-01-26T03:15:37.190Z (4 months ago)
- Topics: boilerplate, makefile, terraform, terraform-module
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# _Hetzner Cloud_ - MODULE
![]()
A [Terraform module][module] to ...
## ✨ TL;DR
```shell
module "hetzner_server_apache" {
source = "terraform-hetzner-modules/cloud/server"
...
}
```### 🔃 Contributing
Refer to our [documentation for contributors][contributing] for contributing guidelines, commit message
formats and versioning tips.### 📥 Maintainers
This project is owned and maintained by [FMJ Studios][org] refer to the [`AUTHORS`][authors] or [`CODEOWNERS`][owners]
for more information. You may also use the linked contact details to reach out directly.### ©️ Copyright
- _Assets provided by:_ **[HashCorp][hashicorp]**
- _Sources provided by:_ **[FMJ Studios][org]** under the **[MIT License][license]**[license]: LICENSE
[contributing]: docs/CONTRIBUTING.md
[authors]: .github/AUTHORS
[owners]: .github/CODEOWNERS[org]: https://github.com/fmjstudios
[hashicorp]: https://www.hashicorp.com/[module]: https://registry.terraform.io/modules/terraform-hetzner-modules/compute/server/latest