Skip to content

cgetzen/terraform-local-regex-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages