File tree Expand file tree Collapse file tree 5 files changed +28
-1
lines changed
content/terraform/v1.14.x (beta)/docs/language/meta-arguments Expand file tree Collapse file tree 5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ You can use `count` in the following Terraform configuration blocks:
7676- [ ` module ` blocks] ( /terraform/language/block/module )
7777- [ ` resource ` blocks] ( /terraform/language/block/resource )
7878
79+ You can use ` count ` in the following query configuration blocks:
80+
81+ - [ ` list ` blocks] ( /terraform/language/block/tfquery/list )
82+
7983## Example use cases
8084
8185The following use cases describe common patterns for the ` count ` argument.
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ You can use `depends_on` in the following Terraform configuration blocks:
8080- [ ` output ` blocks] ( /terraform/language/block/output )
8181- [ ` resource ` blocks] ( /terraform/language/block/resource )
8282
83+ You can use ` depends_on ` in the following Stack configuration blocks:
84+
85+ - [ ` component ` blocks] ( /terraform/language/block/stack/tfcomponent/component )
86+
8387## Example use cases
8488
8589The following use cases describe common patterns for the ` depends_on ` argument.
Original file line number Diff line number Diff line change @@ -200,6 +200,16 @@ You can use `for_each` in the following Terraform configuration blocks:
200200- [ ` module ` blocks] ( /terraform/language/block/module )
201201- [ ` resource ` blocks] ( /terraform/language/block/resource )
202202
203+ You can use ` for_each ` in the following Stack configuration blocks:
204+
205+ - [ ` component ` blocks] ( /terraform/language/block/stack/tfcomponent/component )
206+ - [ ` provider ` blocks] ( /terraform/language/block/stack/tfcomponent/provider )
207+ - [ ` removed ` blocks] ( /terraform/language/block/stack/tfcomponent/removed )
208+
209+ You can use ` for_each ` in the following query configuration blocks:
210+
211+ - [ ` list ` blocks] ( /terraform/language/block/tfquery/list )
212+
203213## Examples
204214
205215The following use cases describe common patterns for the ` for_each ` argument.
Original file line number Diff line number Diff line change @@ -47,9 +47,13 @@ You can use `provider` in the following Terraform configuration blocks:
4747- [ ` data ` blocks] ( /terraform/language/block/data )
4848- [ ` ephemeral ` blocks] ( /terraform/language/block/ephemeral )
4949- [ ` import ` blocks ] ( /terraform/language/block/import )
50- - [ ` list ` blocks] ( /terraform/language/tfquery/list )
5150- [ ` resource ` blocks] ( /terraform/language/block/resource )
5251
52+ You can use ` for_each ` in the following query configuration blocks:
53+
54+ - [ ` list ` blocks] ( /terraform/language/block/tfquery/list )
55+
56+
5357## Example use cases
5458
5559The following use cases describe common patterns for the ` provider ` argument. Refer to the [ examples in the ` provider ` block reference] ( /terraform/language/block/provider#examples ) for more use cases.
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ You can use `providers` in the following Terraform configuration blocks:
8181
8282- [ ` module ` blocks] ( /terraform/language/block/module )
8383
84+ You can use ` providers ` in the following Stack configuration blocks:
85+
86+ - [ ` component ` blocks] ( /terraform/language/block/stack/tfcomponent/component )
87+ - [ ` removed ` blocks] ( /terraform/language/block/stack/tfcomponent/removed )
88+
8489### Example use cases
8590
8691The following use cases describe common patterns for the ` providers ` argument.
You can’t perform that action at this time.
0 commit comments