animal
hashicorp/animal/demo
Terraform Module
HCL
DEMO
Demo code as part of the HashiCorp Terraform Enterprise 201 course. This code is used to demonstrate the public and private module registries. https://www.hashicorp.com/training
Install
module "animal" {
source = "hashicorp/animal/demo"
version = "1.0.0"
}
README
Demo Animal A simple demo for experimenting with the HashiCorp Terraform module registry. This code is part of the HashiCorp Terraform Enterprise 201 course. This code is used to demonstrate the public and private module registries. https://registry.terraform.io/ https://www.hashicorp.com/training
Inputs (1)
| Name | Type | Description | Default |
|---|---|---|---|
| name | any | A name to pass into this module. (Demo only; unused) | required |
Outputs (1)
animalResources (1)
random_pet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud DEMO
★ Stars2
Forks189
Total downloads10.4k
Inputs1
Outputs1
Resources1
LicenseMIT
Namespacehashicorp
Updated