Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

☁️ Cloudeteer's Terraform AzureRM example module

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

[![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 "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.0)

## 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: n/a

### [hello\_world](#output\_hello\_world)

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

Logo

© 2024 CLOUDETEER GmbH

This project is licensed under the [MIT License](LICENSE).