Use correct registry url

A small typo in the module source leads to an error when performing `terraform init`.
This commit is contained in:
Pete Lopez 2021-10-16 01:56:37 -04:00 committed by Blake Covarrubias
parent 63c50e58a0
commit f8c1561495
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ you must use the [`mesh-task` module](https://registry.terraform.io/modules/hash
```hcl
module "my_task" {
source = "hashicorp/consul/aws-ecs//modules/mesh-task"
source = "hashicorp/consul-ecs/aws//modules/mesh-task"
version = "<latest version>"
family = "my_task"