anth0d / terraform-random-hello

Terraform module using random pet provider.

Home Page:https://registry.terraform.io/modules/joatmon08/hello/random/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Terraform module using random pet provider.

https://registry.terraform.io/modules/joatmon08/hello/random/latest


Languages

Language:HCL 100.0%