https://github.com/cloudeteer/terraform-azurerm-avd
☁️ Cloudeteer's Terraform AzureRM Azure Virtual Desktop module
https://github.com/cloudeteer/terraform-azurerm-avd
auto-terraform-governance cloudeteer terraform terraform-module
Last synced: over 1 year ago
JSON representation
☁️ Cloudeteer's Terraform AzureRM Azure Virtual Desktop module
- Host: GitHub
- URL: https://github.com/cloudeteer/terraform-azurerm-avd
- Owner: cloudeteer
- License: mit
- Created: 2024-10-07T07:21:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:51:33.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:19:05.830Z (over 1 year ago)
- Topics: auto-terraform-governance, cloudeteer, terraform, terraform-module
- Language: HCL
- Homepage: https://www.cloudeteer.de
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.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
[](https://github.com/cloudeteer/terraform-module-template/releases)
Terraform Module Template
## Usage
This example demonstrates the usage of this Terraform module with default settings.
```hcl
module "example" {
# Change "module" and "provider" accordingly to match you new module
source = "cloudeteer/module/provider"
example_variable = "example_value"
}
```
## 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).