blob: 1ce2ffe21f5d50a85a31dbc12679a15b34e8158e [file] [log] [blame]
resource "aws_instance" "foo" {
count = 3
}
resource "aws_instance" "bar" {
foo = length(aws_instance.foo)
}