Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joatmon08/terraform-random-hello
Terraform module using random pet provider.
https://github.com/joatmon08/terraform-random-hello
Last synced: 9 days ago
JSON representation
Terraform module using random pet provider.
- Host: GitHub
- URL: https://github.com/joatmon08/terraform-random-hello
- Owner: joatmon08
- Created: 2019-12-10T15:40:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T16:52:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-27T06:53:27.556Z (about 2 months ago)
- Language: HCL
- Homepage: https://registry.terraform.io/modules/joatmon08/hello/random/latest
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-random-hello
This module is an example to be used for simple demonstration.
It has no dependencies to an external service since it uses
the `random` provider.## Requirements
| Name | Version |
|------|---------|
| terraform | >= 0.14 |
| random | >= 3.0.1 |## Providers
| Name | Version |
|------|---------|
| random | >= 3.0.1 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| hellos | list of hellos |object({| n/a | yes |
hello = string
second_hello = string
})
| some\_key | this is a some key | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| list\_of\_pets | list of random pet IDs |
| pet | first random pet ID |
| quoted\_some\_key | escaped quoted value of some\_key |