Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward committed Feb 20, 2024
1 parent bb80f4f commit bb32dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cdktf_usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Notes about module usage with `cdktf`

When working within `cdktf` the bindings that are autogenerated for the module provides a return type of a `map` instead of a `string`.
When working within `cdktf`, the bindings that are autogenerated for the module provide a return type of a `map` instead of a `string`.

For example, calling `ResourceGroupOutput()` yields `${module.resourceNaming.resource_group}`, where the `resource_group` output value is actually a map. When running `tf plan`, we're greeted with the error `module.resourceNaming.resource_group is object with 8 attributes`

Expand Down

0 comments on commit bb32dfb

Please sign in to comment.