terraform/configs/testdata/error-files
Martin Atkins 0a46ded3e7 addrs: Disallow provider source addresses starting with terraform-
The main motivation here is to produce a helpful error if a user
incorrectly uses the terraform-provider- prefix (which we see on provider
VCS repositories and plugin executables) as part of the source address.

However, this also more broadly blocks "terraform-" as a prefix in
anticipation of whatever instinct causes the phenomenon where e.g.
Python's PyPI has thousands of packages whose names start with "python-",
even though everything on PyPI is for Python by definition. This is
definitely not _necessary_, but it's better to be restrictive at first
and weaken later as needed.
2020-07-08 10:18:55 -07:00
..
destroy-provisioners.tf convert destroy provisioner warnings to errors 2020-02-13 15:42:10 -05:00
provider-source-prefix.tf addrs: Disallow provider source addresses starting with terraform- 2020-07-08 10:18:55 -07:00
required-providers-toplevel.tf configs: Hint for a misplaced top-level required_providers block 2020-04-06 09:24:23 -07:00