Skip to content

Commit

Permalink
Fix typo in examples/module-depends-on/README.md grem11n#104
Browse files Browse the repository at this point in the history
  • Loading branch information
kascodeo authored Aug 5, 2023
1 parent 764ae14 commit be51406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/module-depends-on/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using depends_on With This Module

If you're using Terraform `>=0.13`, you [can use `depedns_on` meta-argument with modules as well](https://www.terraform.io/docs/language/meta-arguments/depends_on.html)
If you're using Terraform `>=0.13`, you [can use `depends_on` meta-argument with modules as well](https://www.terraform.io/docs/language/meta-arguments/depends_on.html)

This example shows you, how to create both VPCs themselves and peering connection using this module and `depends_on` meta-argument.

Expand Down

0 comments on commit be51406

Please sign in to comment.