Skip to content

Commit f50e4d2

Browse files
committed
fix Readme
1 parent 187c18b commit f50e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ The `local.name` value is then used as a prefix for all `name` and `name_prefix`
573573
574574
#### Depends_on
575575
576-
When you need to add depends_on to resource or module you should add it in end and put empty line in front of it. Example:
576+
When you need to add `depends_on` to resource or module you should add it in end and put empty line in front of it. Example:
577577
```
578578
resource "aws_eks_addon" "coredns" {
579579
...

0 commit comments

Comments
 (0)