regex-errors
cgetzen/regex-errors/local
Terraform module that provides error checking for regular expressions.
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 |
| Name | Type | Description | Default |
|---|---|---|---|
| regex_strings | map(list(string)) | The map of regexes and strings to match. | required |
Terraform Module to define a consistent naming convention by (namespace, stage,
Terraform module that provision an S3 bucket to store the terraform.tfstate file
Terraform Module that defines a VPC with public/private subnets across multiple
Terraform module to provision an AWS Elastic Beanstalk Environment