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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| greeting | string | A message used to greet the audience. | "Hello World!" |
Outputs (1)
hello-woldDetails
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud LOCAL
★ Stars0
Forks0
Total downloads120
Inputs1
Outputs1
Examples1
LicenseApache-2.0
Namespaceareguera
Updated