We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e4d2 commit e2d8b09Copy full SHA for e2d8b09
README.md
@@ -573,7 +573,8 @@ The `local.name` value is then used as a prefix for all `name` and `name_prefix`
573
574
#### Depends_on
575
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:
+When you need to add `depends_on` to a resource or a module you should put it at the end of the block with empty line in front of it.
577
+
578
```
579
resource "aws_eks_addon" "coredns" {
580
...
0 commit comments