Example doesn't work for me
solidnerd opened this issue · 3 comments
solidnerd commented
Hey,
I tried to do the example but I got the following error:
$ terraform plan
Error: Reserved argument name in module block
on dns.tf line 43, in module "records":
43: depends_on = [module.zones]
The name "depends_on" is reserved for use in a future version of Terraform.
deyceg commented
@solidnerd you need to uprade to terraform 0.13.x or remove the depends_on
stanza from the module its not fully supported yet.
antonbabenko commented
As @deyceg says - Terraform 0.13 is required for this module.
Closing this issue.
github-actions commented
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.