Can we allow members to add their own Terraform providers? #8272
Labels
member request
Feature requested by a member to enhance the platform experience
terraform
Pull requests that update Terraform code
User Story
As a Modernisation Platform Customer
I need to add providers to my
terraform { required_providers { ... } }
So that I can supply providers that my code requires
Value / Purpose
Modernisation Platform customers have an ongoing need to manage their own terraform code, including specifying their own providers and versions. At present the only location that they can specify the relevant
providers
is in theplatform_versions.tf
file which is created from a standard template.There is a risk that this file can be overwritten by a script in the Modernisation Platform repository - replace-platform-files-with-templates.sh.
We should find a way to allow customers to specify their own providers as they require.
Useful Contacts
No response
Additional Information
No response
Definition of Done
platform_versions.tf
toversions.tf
and update our templates?platform_versions.tf
from the overwrite script?The text was updated successfully, but these errors were encountered: