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

Add Azure Open AI Service module #48

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Conversation

Lakshan-Banneheke
Copy link
Contributor

@Lakshan-Banneheke Lakshan-Banneheke commented Mar 15, 2024

Purpose

The purpose of this PR is to add a terraform module for deploying Azure OpenAI Service.

The module consists of the azurerm_cognitive_account resource[1] and the azurerm_cognitive_deployment resource[2] in the azurerm provider[3].

The azurerm_cognitive_account creates the Azure coginitive account and the azurerm_cognitive_deployment deploys the Open AI model.

[1] https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cognitive_account
[2] https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cognitive_deployment
[3] https://registry.terraform.io/providers/hashicorp/azurerm

@athiththan11 athiththan11 merged commit 69bfbf7 into wso2:main Mar 15, 2024
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants