mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Tests on DynamicExpand for both resources and data sources, cover scale in/out scenarios, and also a verification for the behaviour of config orphans.
4 lines
46 B
HCL
4 lines
46 B
HCL
resource "aws_instance" "foo" {
|
|
count = 3
|
|
}
|