• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Jul-2021-

README.mdH A D15-Jul-2021875 149

README.md

1These Terraform modules were removed from GitHub in [GH-5085](https://github.com/hashicorp/consul/pull/5085).
2
3These are not currently being maintained and tested, and were created prior to the existence of the Terraform Module Registry, which is the more appropriate way to share and distribute modules.
4
5In an effort to limit confusion of the purpose of these modules and not encourage usage of something we aren't confident about, this removes them from this repository.
6
7You can still access these modules if you depend on them by pinning to a specific ref in Git. It is recommended you pin against a recent major version where these modules existed:
8
9module "consul-aws" {
10  source = "git::https://github.com/hashicorp/consul.git//terraform/aws?ref=v1.4.0"
11}
12More detail about module sources can be found on this page:
13
14https://www.terraform.io/docs/modules/sources.html