https://github.com/libre-devops/libre-devops-bicep-modules
A repo which contains many Bicep modules for Libre DevOps projects 💪
https://github.com/libre-devops/libre-devops-bicep-modules
Last synced: 2 months ago
JSON representation
A repo which contains many Bicep modules for Libre DevOps projects 💪
- Host: GitHub
- URL: https://github.com/libre-devops/libre-devops-bicep-modules
- Owner: libre-devops
- License: mit
- Created: 2024-07-15T12:25:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T21:48:15.000Z (9 months ago)
- Last Synced: 2024-12-26T16:11:49.140Z (4 months ago)
- Language: PowerShell
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```hcl
#
```
## RequirementsNo 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` | n/a | yes |
| [name](#input\_name) | The name of the VNet gateway | `string` | n/a | yes |
| [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` | n/a | yes |
| [tags](#input\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | n/a | yes |## Outputs
No outputs.