Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
error-files
/
module-invalid-registry-source-with-module.tf
blob: 0029be8f4af37e2f410001ba5576732883afd988 [
file
] [
log
] [
blame
]
module
"test"
{
source
=
"---.com/HashiCorp/Consul/aws"
# ERROR: Invalid registry module source address
version
=
"1.0.0"
# Makes Terraform assume "source" is a module address
}