You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/dynamic-module-sources/invalid-registry-source-wit.../main.tf

6 lines
136 B

module "test" {
source = "---.com/HashiCorp/Consul/aws"
version = "1.0.0" # Makes Terraform assume "source" is a module address
}