cgetzen / terraform-local-regex-errors

Terraform module that provides error checking for regular expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Error Checking module

GitHub tag (latest by date)

Terraform module that provides error checking for regular expressions.

Usage

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

About

Terraform module that provides error checking for regular expressions.


Languages

Language:HCL 100.0%