terraform/internal/stacks/stackruntime
Martin Atkins 3961c18420 stackeval: Return an error if a module contains a provider config
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.
2024-01-08 12:12:41 -08:00
..
hooks stacks+rpcapi(stacks): Model deposed objects for resource instances 2023-11-15 12:38:56 -08:00
internal/stackeval stackeval: Return an error if a module contains a provider config 2024-01-08 12:12:41 -08:00
testdata/mainbundle stacks/stackruntime: fix TestPlanWithSingleResource 2023-11-15 12:38:54 -08:00
apply.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
doc.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
eval_expr.go stacks+rpcapi: Add some missing copyright comments 2023-11-15 12:38:57 -08:00
helper_test.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
hooks.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
plan.go stacks+rpcapi: Wire through the "plan mode" to the stacks runtime 2023-11-15 12:38:56 -08:00
plan_test.go stackeval: Populate planned component instance more thoroughly 2024-01-08 10:52:01 -08:00
telemetry.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
telemetry_test.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
validate.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
validate_test.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00