https://github.com/cloudeteer/terraform-azurerm-helloworld
☁️ Cloudeteer's Terraform AzureRM example module
https://github.com/cloudeteer/terraform-azurerm-helloworld
auto-terraform-governance azure cloudeteer example hello-world helloworld terraform terraform-module
Last synced: 9 months ago
JSON representation
☁️ Cloudeteer's Terraform AzureRM example module
- Host: GitHub
- URL: https://github.com/cloudeteer/terraform-azurerm-helloworld
- Owner: cloudeteer
- License: mit
- Created: 2024-06-04T12:10:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T11:02:14.000Z (over 1 year ago)
- Last Synced: 2025-01-31T01:13:46.395Z (over 1 year ago)
- Topics: auto-terraform-governance, azure, cloudeteer, example, hello-world, helloworld, terraform, terraform-module
- Language: HCL
- Homepage: https://www.cloudeteer.de
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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-azurerm-helloworld
[](https://github.com/cloudeteer/terraform-module-template/releases)
Terraform "Hello World!" Module
## Usage
This example demonstrates the usage of this Terraform module with default settings.
```hcl
module "example" {
source = "cloudeteer/helloworld/azurerm"
}
```
## Providers
The following providers are used by this module:
- [azurerm](#provider\_azurerm) (>= 4.1)
## Resources
The following resources are used by this module:
- [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config) (data source)
## Outputs
The following outputs are exported:
### [client\_id](#output\_client\_id)
Description: The client ID of the Service Principal.
### [hello\_world](#output\_hello\_world)
Description: A friendly greeting.
## 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).