terraform/config/testdata/validate-module-name-bad/main.tf

4 lines
40 B
Terraform
Raw Normal View History

module "foo bar" {
source = "foo"
}