locals {
  hello = var.name
}No requirements.
No providers.
No modules.
No resources.
| Name | Description | Type | Default | Required | 
|---|---|---|---|---|
| location | The location for this resource to be put in | string | "uksouth" | no | 
| name | The name of the resource | string | "hello" | no | 
| 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 | A map of the tags to use on the resources that are deployed with this module. | map(string) | null | no | 
| Name | Description | 
|---|---|
| hello | Hello |