Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudeteer/terraform-azurerm-mssql-vm
☁️ Cloudeteer's Terraform azsql mssql-vm module
https://github.com/cloudeteer/terraform-azurerm-mssql-vm
auto-terraform-governance cloudeteer terraform terraform-module
Last synced: about 1 month ago
JSON representation
☁️ Cloudeteer's Terraform azsql mssql-vm module
- Host: GitHub
- URL: https://github.com/cloudeteer/terraform-azurerm-mssql-vm
- Owner: cloudeteer
- License: mit
- Created: 2024-08-05T10:10:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:07:16.000Z (3 months ago)
- Last Synced: 2024-09-27T18:42:37.200Z (about 2 months ago)
- Topics: auto-terraform-governance, cloudeteer, terraform, terraform-module
- Language: HCL
- Homepage: https://www.cloudeteer.de
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
> [!NOTE]
> This repository is publicly accessible as part of our open-source initiative. We welcome contributions from the community alongside our organization's primary development efforts.---
# terraform-module-template
[![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](CHANGELOG.md)
[![Keep a Changelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.0.0-%23E05735)](CHANGELOG.md)Terraform Module Template
## Usage
This example demonstrates the usage of this Terraform module with default settings.
```hcl
module "terraform_module_example" {
source = "cloudeteer/terraform-module-example/azurerm"
}
```## Required Inputs
The following input variables are required:
### [example\_variable](#input\_example\_variable)
Description: Example variable (between 3 and 13 characters)
Type: `string`
## Outputs
The following outputs are exported:
### [example\_output](#output\_example\_output)
Description: n/a
## Contributions
We welcome all kinds of contributions, whether it's reporting bugs, submitting feature requests, or directly contributing to the development. Please read our [Contributing Guidelines](CONTRIBUTING.md) to learn how you can best contribute.
Thank you for your interest and support!
## Copyright and license
© 2024 CLOUDETEER GmbH
This project is licensed under the [MIT License](LICENSE).