greeting

areguera/greeting/local

Terraform Module HCL LOCAL

Terraform module to greet the audience.

Install
module "greeting" {
source = "areguera/greeting/local"
version = "2.0.0"
}
plain text: /constructs/tfmod-areguera-greeting-local/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-local-greeting Terraform module to greet the audience. Requirements | Name | Version | |------|---------| | local | 2.2.3 | Providers No providers. Modules No modules. Resources No resources. Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | greeting | A message used to greet the audience. | string | "Hello World!" | no | Outputs | Name | Description | |------|-------------| | hello-wold | n/a |

Inputs (1)
NameTypeDescriptionDefault
greetingstringA message used to greet the audience."Hello World!"
Outputs (1)
hello-wold
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud LOCAL
★ Stars0
Forks0
Total downloads120
Inputs1
Outputs1
Examples1
LicenseApache-2.0
Namespaceareguera
Updated