How can I override the required_providers supplied via config/terraform/terraform.tf
?
We have just started using Terraspace and are a predominantly AWS-based customer.
Therefore our config/terraform/terraform.tf
supplies the required_providers {}
block to all stacks.
We now have a single stack which must include the hashicorp/azurerm provider.
I have considered either:-
- Create a new project with the azurerm provider and duplicate much of our existing stuff OR
- an expansion within
config/terraform/terraform.tf
to include a setting which is provided at the stack level
Has this been encountered before ?
Does anyone have any wisdom in this matter ?