regex-errors

cgetzen/regex-errors/local

Terraform Module HCL LOCAL

Terraform module that provides error checking for regular expressions.

Install
module "regex-errors" {
source = "cgetzen/regex-errors/local"
version = "0.1.0"
}
plain text: /constructs/tfmod-cgetzen-regex-errors-local/install.txt
⭐ Source on GitHub 📦 Registry page
README

Regex Error Checking module !GitHub tag (latest by date) Terraform module that provides error checking for regular expressions. Usage ``hcl module "ensure_internet_gateways" { source = "cgetzen/regex-errors/local" regex_strings = {"igw-[a-z]*": ["igw-hello", "nat-goodbye"]} } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | regex\_strings | The map of regexes and strings to match | map(list(string)) | ` | yes |

Inputs (1)
NameTypeDescriptionDefault
regex_stringsmap(list(string))The map of regexes and strings to match. required
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud LOCAL
★ Stars0
Forks1
Total downloads784
Inputs1
Namespacecgetzen
Updated