Skip to content

Commit 6cc7685

Browse files
committed
changed description in README.md
1 parent e6eb2e4 commit 6cc7685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,12 @@ 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" {
579-
count = var.addon_create_coredns ? 1 : 0
580579
...
581-
580+
addon_version = var.addon_coredns_version
581+
582582
depends_on = [module.eks]
583583
}
584584
```

0 commit comments

Comments
 (0)