diff --git a/infl-64ad54673b6ae2f76caed4bd.tf b/infl-64ad54673b6ae2f76caed4bd.tf new file mode 100644 index 00000000..d31175e5 --- /dev/null +++ b/infl-64ad54673b6ae2f76caed4bd.tf @@ -0,0 +1,9 @@ +module "lots_of_vars" { + source = "github.com/infralight/hcl-indexing-test-repo//modules/lots_of_vars" + + with_ugly_validation = "sdsdsdsdsd" + nullable_string = "small" + with_description_no_default = "fopp" + number_without_default = 7 + with_validation = "gdfdfd" +}