terraform/internal/stacks/stackruntime/testdata/mainbundle/test/legacy-module
Liam Cervante 8e47b5907c
stacks: provide more helpful diagnostics when providers types are mismatched (#35422)
* stacks: provide more helpful diagnostics when providers types are mismatched

* remove left over implementation experiments

* remove unnecessary fmt.Sprintf

* address comments

* fix incorrect pluralisation

* fix tests
2024-07-08 10:31:52 +02:00
..
with-hashicorp-provider stacks: provide more helpful diagnostics when providers types are mismatched (#35422) 2024-07-08 10:31:52 +02:00
with-non-hashicorp-provider stacks: provide more helpful diagnostics when providers types are mismatched (#35422) 2024-07-08 10:31:52 +02:00
main.tf stacks: provide more helpful diagnostics when providers types are mismatched (#35422) 2024-07-08 10:31:52 +02:00
README.md stacks: provide more helpful diagnostics when providers types are mismatched (#35422) 2024-07-08 10:31:52 +02:00

legacy-module

This "legacy module" is so named because it lacks a required_providers block in its configuration. This means that all provider information must be deduced from the calling stack components.