mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
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.
3 lines
184 B
HCL
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.
|