mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-02 21:40:48 -05:00
* stacks: include resources in state when calculating required providers * also support apply time * add copywrite headers
7 lines
113 B
HCL
7 lines
113 B
HCL
terraform {
|
|
required_providers {
|
|
terraform = {
|
|
source = "terraform.io/builtin/terraform"
|
|
}
|
|
}
|
|
}
|