Skip to content

Commit 4e6863e

Browse files
committed
Fixing errors in README.md
1 parent ff8d1b7 commit 4e6863e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Check versions for this module on:
1111
* Terraform Module Registry: <https://registry.terraform.io/modules/jnonino/ecs-fargate-task-definition/aws>
1212

1313
module "td" {
14-
source = "jnonino/ecs-fargate-task-definition/aws"
14+
source = "jnonino/ecs-fargate-task-definition/aws"
1515
version = "1.0.2"
1616
name_preffix = var.name_preffix
1717
profile = var.profile
1818
region = var.region
1919
container_name = "${var.name_preffix}-<NAME>"
2020
container_image = "<IMAGE_NAME>:<IMAGE_TAG>"
2121
container_port = <PORT>
22-
}
22+
}
2323

2424
## Input values
2525

0 commit comments

Comments
 (0)