userhas404d / terraform-null-validate-list-item

Terraform module that will validate that a specified items is within the list of valid items

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-null-validate-list-item

Terraform module that will validate that a specified items is within the list of valid items

Inputs

Name Description Type Default Required
item Name of item to validate string "" no
name Name of the validation test string "" no
valid_items List of valid items to validate against list(string) <list> no

Outputs

Name Description
is_valid Whether the item is valid or not
item The item
valid_items The list of valid items
validation_name The name of this validation

About

Terraform module that will validate that a specified items is within the list of valid items

License:Apache License 2.0


Languages

Language:Makefile 67.6%Language:Go 17.1%Language:HCL 15.3%