https://github.com/libre-devops/ubuntu-base-docker-container
A repo which hosts the Ubuntu base docker container for Libre DevOps
https://github.com/libre-devops/ubuntu-base-docker-container
Last synced: 11 months ago
JSON representation
A repo which hosts the Ubuntu base docker container for Libre DevOps
- Host: GitHub
- URL: https://github.com/libre-devops/ubuntu-base-docker-container
- Owner: libre-devops
- License: mit
- Created: 2025-06-18T18:03:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T19:23:23.000Z (12 months ago)
- Last Synced: 2025-06-18T19:36:56.458Z (12 months ago)
- Language: PowerShell
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 |