Commit graph

7 commits

Author SHA1 Message Date
Radek Simko
0fe906fa8c make copyrightfix 2026-02-17 13:56:34 +00:00
Liam Cervante
0b15151513
stacks: remove support for deprecated .tfstack extension (#37617)
* stacks: remove support for deprecated .tfstack extension

* also remove from comments and readme
2025-09-16 13:20:07 +02:00
Liam Cervante
a80220dcc9
stacks: rename .tfstack files to .tfcomponent (#37013)
* stacks: rename .tfstack files to .tfcomponent

* fix consistency issues
2025-05-15 08:33:13 +02:00
Liam Cervante
36971f6ee8
stacks: add support for the removed block to .tfstacks.hcl (#35669) 2024-09-05 12:22:16 +02:00
Martin Atkins
9ccca7acc0 stackconfig: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
Martin Atkins
41d931d21a stackconfig: Initial HCL decoding logic
This is a first pass for decoding the new stack configuration language,
which is overall pretty similar to the Terraform module language but does
have some intentional differences both in its top-level concepts -- has
embedded stacks and components instead of nested modules and resources --
and in its details, where we're making use of some learnings about where
folks have struggled with the Terraform module language.

This initial implementation should be enough for us to experiment with but
we'll probably iterate on this more in later commits as we learn from
implementing a language runtime for this and from actually trying to use
the language for real use-cases.
2023-11-15 12:38:51 -08:00
Martin Atkins
c11edd0cd8 stacks/stackconfig: Initial stubbing of Stacks language objects 2023-11-15 12:38:50 -08:00