Note that `depends_on` in modules is available since Terraform 0.13.
## Examples
-[Complete Route53 zones and records example](https://github.com/terraform-aws-modules/terraform-aws-route53/tree/master/examples/complete) which shows how to create Route53 records of various types like S3 bucket and CloudFront distribution.
## Conditional creation
Sometimes you need to have a way to create resources conditionally but Terraform does not allow to use `count` inside `module` block, so the solution is to specify argument `create`.
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->