radius-project / docs

Documentation for Radius
https://docs.radapp.io
Apache License 2.0
24 stars 41 forks source link

Add documentation on Terraform recipe providers configuration #1034

Closed kachawla closed 7 months ago

kachawla commented 7 months ago

What content needs to be created or modified?

Terraform recipe tab in https://docs.radapp.io/guides/recipes/howto-author-recipes/

Describe the solution you'd like

For Terraform recipes Radius uses required_providers block from Terraform module to determine if configuration for AWS/Azure should be added. However this is not a requirement enforced by Terraform so we should explicitly document this requirement for specific providers to be configured by Radius.

This issue in the Radius repo has more context on the confusion caused by this: https://github.com/radius-project/radius/issues/7109

Where should the new material be placed?

Terraform recipe tab in https://docs.radapp.io/guides/recipes/howto-author-recipes/

The associated pull request from the Radius code repo, if applicable

Not a PR, but we have an open issue: https://github.com/radius-project/radius/issues/7109

AB#11126

azure-boards[bot] commented 7 months ago

✅ Successfully linked to Azure Boards work item(s):

kachawla commented 7 months ago

Thanks for taking this up @jasonviviano!

jasonviviano commented 7 months ago

PR merged