Files
terraform-docs/internal/pkg/doc/testdata/main.tf
2018-09-21 08:49:52 +02:00

20 lines
310 B
HCL

/**
* Usage:
*
* module "foo" {
* source = "github.com/foo/bar"
*
* id = "1234567890"
* name = "baz"
*
* zones = ["us-east-1", "us-west-1"]
*
* tags = {
* Name = "baz"
* Created-By = "first.last@email.com"
* Date-Created = "20180101"
* }
* }
*
*/