Skip to content

Commit

Permalink
Update Docker image version in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 10, 2024
1 parent 5a88580 commit d9a3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/ca-plugin/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azapi_resource" "ca_function" {
language = "dotnet-isolated"
managedEnvironmentId = "${var.cae_id}"
siteConfig = {
linuxFxVersion = "DOCKER|cmendibl3/aoai-plugin:0.8.0"
linuxFxVersion = "DOCKER|${var.image_name}"
appSettings = [
{
name = "AzureWebJobsStorage"
Expand Down

0 comments on commit d9a3837

Please sign in to comment.