Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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({
hello = string
second_hello = string
})
| n/a | yes |
| 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 |