You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/rpcapi/testdata/sourcebundle/foo/non-empty-stack/non-empty-stack.tfstack.hcl

19 lines
226 B

component "single" {
source = "./empty-module"
}
component "for_each" {
source = "./empty-module"
for_each = {}
}
stack "single" {
source = "./child"
}
stack "for_each" {
source = "./child"
for_each = {}
}