opentofu/terraform/test-fixtures/refresh-data-scale-inout/main.tf
Chris Marchesi 11b4794612 core: Test for new refresh graph behaviour
Tests on DynamicExpand for both resources and data sources, cover scale
in/out scenarios, and also a verification for the behaviour of config
orphans.
2017-05-12 15:45:06 -07:00

4 lines
42 B
HCL

data "aws_instance" "foo" {
count = 3
}