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 e6eb2e4 commit 6cc7685Copy full SHA for 6cc7685
README.md
@@ -573,12 +573,12 @@ 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 resource or module you should add it in end and put empty line in front of it. Example:
577
```
578
resource "aws_eks_addon" "coredns" {
579
- count = var.addon_create_coredns ? 1 : 0
580
...
581
-
+ addon_version = var.addon_coredns_version
+
582
depends_on = [module.eks]
583
}
584
0 commit comments