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

https://github.com/libre-devops/terraform-module-template

A module used - Template repo
https://github.com/libre-devops/terraform-module-template

azure azurerm azurerm-terraform-provider module terraform terraform-module

Last synced: about 2 months ago
JSON representation

A module used - Template repo

Awesome Lists containing this project

README

          

```hcl
locals {
hello = var.name
}
```
## Requirements

No requirements.

## Providers

No providers.

## Modules

No modules.

## Resources

No resources.

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [location](#input\_location) | The location for this resource to be put in | `string` | `"uksouth"` | no |
| [name](#input\_name) | The name of the resource | `string` | `"hello"` | no |
| [rg\_name](#input\_rg\_name) | The name of the resource group, this module does not create a resource group, it is expecting the value of a resource group already exists | `string` | `null` | no |
| [tags](#input\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | `null` | no |

## Outputs

| Name | Description |
|------|-------------|
| [hello](#output\_hello) | Hello |