https://github.com/fmjstudios/boilerplate-terraform-module
🧩 Terraform module template repository
https://github.com/fmjstudios/boilerplate-terraform-module
boilerplate makefile terraform terraform-module
Last synced: 6 months ago
JSON representation
🧩 Terraform module template repository
- Host: GitHub
- URL: https://github.com/fmjstudios/boilerplate-terraform-module
- Owner: fmjstudios
- License: mit
- Created: 2023-11-05T18:01:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:20:14.000Z (7 months ago)
- Last Synced: 2024-11-18T21:31:27.420Z (7 months ago)
- Topics: boilerplate, makefile, terraform, terraform-module
- Homepage:
- Size: 21.5 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