Use correct registry url
A small typo in the module source leads to an error when performing `terraform init`.
This commit is contained in:
parent
63c50e58a0
commit
f8c1561495
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue