terraform/internal/rpcapi/testdata/sourcebundle/foo/non-empty-stack/empty-module/nothing.tf
Martin Atkins 9bd6489dda rpcapi: Stacks.FindStackConfigurationComponents
This function returns a summary of the components and embedded stacks
declared inside a given stack configuration. This reports only on static
information that doesn't require any dynamic evaluation or provider plugin
execution, so it should be sufficient to build a skeleton of the UI
representing the content of a configuration that can then be populated
with dynamic information in later steps, to make the UI feel responsive.
2023-11-15 12:38:51 -08:00

3 lines
184 B
HCL

# This module is intentionally empty, since it's called from stack
# configurations where we're only testing the stack configuration stuff and
# not the main Terraform language stuff.