mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-15 22:10:37 -04:00
When using stacks the provider configurations belong in the stack configuration rather than inline in the individual modules. Shared modules with inline provider configurations has been a deprecated legacy practice for many years now, but traditional Terraform continued to support it for backward-compatibility with older modules despite the significant downsides of doing so. Stacks now finally removes that capability, since it isn't straightforward to continue supporting it once we've made the stacks runtime be responsible for instantiating and configuring providers. |
||
|---|---|---|
| .. | ||
| hooks | ||
| internal/stackeval | ||
| testdata/mainbundle | ||
| apply.go | ||
| doc.go | ||
| eval_expr.go | ||
| helper_test.go | ||
| hooks.go | ||
| plan.go | ||
| plan_test.go | ||
| telemetry.go | ||
| telemetry_test.go | ||
| validate.go | ||
| validate_test.go | ||