https://github.com/libre-devops/terraform-external-utils
A module which is a combination of random_string, which_os and timestamp + more 🧰
https://github.com/libre-devops/terraform-external-utils
Last synced: about 1 year ago
JSON representation
A module which is a combination of random_string, which_os and timestamp + more 🧰
- Host: GitHub
- URL: https://github.com/libre-devops/terraform-external-utils
- Owner: libre-devops
- License: mit
- Created: 2025-05-03T22:44:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T23:20:35.000Z (about 1 year ago)
- Last Synced: 2025-05-04T00:25:01.116Z (about 1 year ago)
- Language: PowerShell
- Size: 28.3 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
#
```
## 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` | 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.