terraform/internal/stacks/stackconfig/testdata/basics-bundle/root/versions.tfcomponent.hcl
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

8 lines
115 B
HCL

language = TFStack2023
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
}
}