Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 16, 2024
1 parent f783862 commit 0bbbe97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ module "openai_cosmosdb" {
module "openai_app" {
source = "./modules/gpt_app"
app_resource_group_name = var.cosmosdb_resource_group_name
location = var.location
tags = var.tags
app_service_name = "openai-asp90221"
app_service_sku_name = "B1"
app_name = "openai-app90221"
}


Expand Down
2 changes: 1 addition & 1 deletion modules/gpt_app/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "tags" {
variable "app_service_name" {
type = string
description = "Name of the App Service."
default = "openai-app"
default = "openai-asp"
}

variable "app_service_sku_name" {
Expand Down

0 comments on commit 0bbbe97

Please sign in to comment.