Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Terraform Recipe Schema format for supporting private modules #1050

Closed
jasonviviano opened this issue Feb 21, 2024 · 1 comment
Closed
Assignees
Labels

Comments

@jasonviviano
Copy link
Contributor

jasonviviano commented Feb 21, 2024

What content needs to be created or modified?

Updating env schema in docs and Terraform Recipe section

Describe the solution you'd like

New schema:

+   recipeConfig: {
+     terraform: {
+       authentication:{
+         git:{  
+           pat:{
+             "github.com":{
+               secret: secretStoreGithub.id
+             },
+             "dev.azure.com": {
+               secret: secretStoreAzureDevOps.id
+             },
+           }
+         }          
+       }
+     }
+   }

Where should the new material be placed?

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

Additional context

AB#11232

@jasonviviano
Copy link
Contributor Author

Closing as complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants